blob: cc6384a7d372c88bb2f0f1a37bf3ee2f102fa77c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ai,v 1.2 2001/09/08 20:03:45 jlam Exp $
--- config/imake/imake.c.orig Sun Oct 29 15:34:13 2000
+++ config/imake/imake.c Sun Oct 29 15:38:27 2000
@@ -148,6 +148,7 @@
#if defined(__FreeBSD__) || defined(__NetBSD__)
/* This needs to be before _POSIX_SOURCE gets defined */
# include <sys/param.h>
+# include <sys/time.h>
# include <sys/types.h>
# include <sys/sysctl.h>
#endif
|