29995e67ba
Noticed by: bento PR: ports/45667 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
12 lines
317 B
Text
12 lines
317 B
Text
--- src/modules/attr/pgsql/attr_pgsql.c.orig Sun Nov 24 06:02:19 2002
|
|
+++ src/modules/attr/pgsql/attr_pgsql.c Sun Nov 24 06:02:28 2002
|
|
@@ -35,6 +35,9 @@
|
|
*/
|
|
|
|
#include <sys/param.h>
|
|
+#if defined(__FreeBSD__) && (__FreeBSD_version >= 500035)
|
|
+#include <limits.h>
|
|
+#endif
|
|
|
|
#ifdef __linux__
|
|
#include <netinet/in.h>
|