From 501c71620ceb33f0a532017e73f8ebb0665ef0d5 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 19 Jan 2007 11:52:35 +0000 Subject: - Fix build PR: ports/108084 Submitted by: Cristian KLEIN Approved by: maintainer (implicit) --- net/openradius/files/patch-constants.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/openradius/files/patch-constants.h (limited to 'net/openradius') 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 + + /* + * DEFINES + -- cgit