forked from Lainports/opnsense-ports
11 lines
304 B
C
11 lines
304 B
C
--- lib-src/libnyquist/nyquist/cmt/cext.h.orig 2018-10-01 14:07:33 UTC
|
|
+++ lib-src/libnyquist/nyquist/cmt/cext.h
|
|
@@ -61,7 +61,7 @@ EXIT(n) -- calls exit(n) after shutting down/dealloca
|
|
#include <malloc.h>
|
|
#endif
|
|
|
|
-#if NEED_ULONG
|
|
+#if NEED_ULONG || __FreeBSD__
|
|
typedef unsigned long ulong;
|
|
#endif
|
|
|