opnsense-ports/sysutils/afio/files/patch-afio.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
243 B
C

--- afio.h.orig Sun Sep 20 04:04:54 1998
+++ afio.h Wed Dec 9 01:33:32 1998
@@ -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 */