opnsense-ports/sysutils/afio/files/patch-afio.h
Franco Fichtner 43e88e63d3 */*: sync with upstream
Taken from: HardenedBSD
2019-04-26 08:52:20 +02:00

12 lines
217 B
C

--- afio.h.orig 2018-11-30 14:25:04 UTC
+++ afio.h
@@ -1,5 +1,9 @@
/* afio.h defines for afio. */
+#ifdef HAVE_PARAM_H
+#include <sys/param.h>
+#endif
+
#ifdef SYSTIME
#include <sys/time.h>
#else /* SYSTIME */