forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
230 B
C
10 lines
230 B
C
--- Source/common.h.orig Wed Aug 10 17:29:30 2005
|
|
+++ Source/common.h Sun May 27 09:51:29 2007
|
|
@@ -31,4 +31,7 @@
|
|
#include "alloc.h"
|
|
#include "util.h"
|
|
|
|
+#ifndef __STDC_CONSTANT_MACROS
|
|
+#define __STDC_CONSTANT_MACROS 1
|
|
+#endif
|
|
|