16 lines
453 B
Text
16 lines
453 B
Text
|
$NetBSD: patch-ac,v 1.1.1.1 2002/11/14 00:55:44 hubertf Exp $
|
||
|
|
||
|
--- src/externs.h.orig Wed Mar 15 23:28:13 2000
|
||
|
+++ src/externs.h
|
||
|
@@ -1,6 +1,10 @@
|
||
|
/* Copyright (c) 1989 by Carrick Sean Casey. All rights reserved. */
|
||
|
/* For copying and distribution information, see the file "copyright.h." */
|
||
|
|
||
|
+#ifdef __NetBSD__
|
||
|
+#include <sys/types.h> /* for time_t etc. */
|
||
|
+#endif
|
||
|
+
|
||
|
/* external definitions for "icb" global variables */
|
||
|
|
||
|
/* defined in port.c */
|