aboutsummaryrefslogtreecommitdiff
path: root/comms/gnokii/files/patch-include-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gnokii/files/patch-include-compat.h')
-rw-r--r--comms/gnokii/files/patch-include-compat.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/gnokii/files/patch-include-compat.h b/comms/gnokii/files/patch-include-compat.h
new file mode 100644
index 000000000000..f8cc5f7ba923
--- /dev/null
+++ b/comms/gnokii/files/patch-include-compat.h
@@ -0,0 +1,11 @@
+--- include/compat.h.orig Tue Sep 5 14:13:49 2006
++++ include/compat.h Tue Sep 5 14:14:37 2006
+@@ -37,6 +37,8 @@
+ #include "config.h"
+
+ #include <stdlib.h>
++/* FreeBSD seems to require this one in various sources for "INT_MAX" */
++#include <limits.h>
+
+ #ifdef WIN32
+ # include <windows.h>