mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
--- 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 */
|