summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/protolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/protolib.c')
-rw-r--r--lib/libc/sys/protolib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/protolib.c b/lib/libc/sys/protolib.c
index 7f61c1e10a5..b58089c55f2 100644
--- a/lib/libc/sys/protolib.c
+++ b/lib/libc/sys/protolib.c
@@ -30,7 +30,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: protolib.c,v 1.2 1996/08/19 08:34:32 tholo Exp $";
+static char rcsid[] = "$OpenBSD: protolib.c,v 1.3 1996/09/15 09:31:56 tholo Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -49,6 +49,7 @@ static char rcsid[] = "$OpenBSD: protolib.c,v 1.2 1996/08/19 08:34:32 tholo Exp
#include <sys/shm.h>
#include <sys/socket.h>
#include <sys/stat.h>
+#include <sys/timex.h>
#include <sys/wait.h>
#include <dirent.h>
#include <fcntl.h>
@@ -58,6 +59,8 @@ static char rcsid[] = "$OpenBSD: protolib.c,v 1.2 1996/08/19 08:34:32 tholo Exp
#include "protolib.h"
+struct blockinfo;
+
/*
* Don't include anything after protolib.h,
* both LINTLIBRARY and PROTOLIB1 are active.