diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-19 11:52:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-19 11:52:35 +0000 |
commit | a0a40cdc787caa279ad606a262bae2413e2b0098 (patch) | |
tree | 46ad43d764013bf32df5a21caa21bfba83507616 /net/openradius/files/patch-constants.h | |
parent | - Update to 2.25.6 (diff) |
- Fix build
PR: ports/108084
Submitted by: Cristian KLEIN<cristi@net.utcluj.ro>
Approved by: maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=182795
Diffstat (limited to 'net/openradius/files/patch-constants.h')
-rw-r--r-- | net/openradius/files/patch-constants.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/openradius/files/patch-constants.h b/net/openradius/files/patch-constants.h new file mode 100644 index 000000000000..ee412cb27805 --- /dev/null +++ b/net/openradius/files/patch-constants.h @@ -0,0 +1,12 @@ +--- 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 + |