mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
12 lines
409 B
Plaintext
12 lines
409 B
Plaintext
$NetBSD: patch-ae,v 1.7 2004/05/13 18:29:54 adam Exp $
|
|
|
|
--- pine/osdep/os-lnx.h.orig 2003-05-23 16:07:00.000000000 +0000
|
|
+++ pine/osdep/os-lnx.h
|
|
@@ -295,5 +295,6 @@
|
|
#define MAX_ADDR_EXPN (1000) /* Longest expanded addr */
|
|
#define MAX_ADDR_FIELD (10000) /* Longest fully-expanded addr field */
|
|
|
|
+#include <sys/time.h> /* Needed by gettimeofday */
|
|
|
|
#endif /* _OS_INCLUDED */
|