forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
219 B
C
11 lines
219 B
C
--- sash.h.orig Mon Jul 22 00:05:17 2002
|
|
+++ sash.h Fri Sep 3 15:27:16 2004
|
|
@@ -18,7 +18,7 @@
|
|
#include <time.h>
|
|
#include <ctype.h>
|
|
|
|
-#if __OpenBSD__
|
|
+#if __FreeBSD__ || __OpenBSD__
|
|
#include <sys/param.h>
|
|
#endif
|
|
|