summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorkrapht <krapht@cvs.openbsd.org>2004-11-10 22:27:32 +0000
committerkrapht <krapht@cvs.openbsd.org>2004-11-10 22:27:32 +0000
commit45d70800310e84bfd2ee6cd255c0aa05e8a44535 (patch)
treeec2967ad11cb3b5652d13240aeacc61033f740f6 /usr.bin
parent3e15ea9c2f144cc35252da55828024da223623b9 (diff)
missing headers
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/util.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/util.c b/usr.bin/cvs/util.c
index f70b19d4f95..929a311e4eb 100644
--- a/usr.bin/cvs/util.c
+++ b/usr.bin/cvs/util.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: util.c,v 1.11 2004/11/09 21:08:05 krapht Exp $ */
+/* $OpenBSD: util.c,v 1.12 2004/11/10 22:27:31 krapht Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -26,8 +26,10 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/wait.h>
#include <md5.h>
+#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>