~ruther/guix-local

ref: ebd9a7985efb3e2b002456e73ce0d8eae55d8a89 guix-local/gnu/packages/patches/dvd+rw-tools-add-include.patch -rw-r--r-- 327 bytes
ebd9a798 — Danny Milosavljevic gnu: nheko: Support wayland. 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Without <limits.h>, INT_MAX is not defined.

diff --git a/transport.hxx b/transport.hxx
index 35a57a7..838add6 100644
--- a/transport.hxx
+++ b/transport.hxx
@@ -11,6 +11,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
+#include <limits.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>