Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
273 B
C
12 lines
273 B
C
--- common/constants.h.orig Thu Mar 23 18:15:07 2006
|
|
+++ common/constants.h Thu Jan 18 14:57:54 2007
|
|
@@ -16,6 +16,8 @@
|
|
* 2003/06/23 - EvB - Added constants needed for accept/reject/acctresp ops.
|
|
*/
|
|
|
|
+/* Required for LONG_MAX */
|
|
+#include <limits.h>
|
|
|
|
/*
|
|
* DEFINES
|
|
|