summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/file.h')
-rw-r--r--usr.bin/cvs/file.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/cvs/file.h b/usr.bin/cvs/file.h
index 6b28c913303..951ddf9b8da 100644
--- a/usr.bin/cvs/file.h
+++ b/usr.bin/cvs/file.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: file.h,v 1.42 2007/02/13 16:47:48 xsa Exp $ */
+/* $OpenBSD: file.h,v 1.43 2007/02/22 06:42:09 otto Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
@@ -28,6 +28,11 @@
#ifndef FILE_H
#define FILE_H
+#include <sys/queue.h>
+
+#include <dirent.h>
+#include <stdio.h>
+
#include "rcs.h"
struct cvs_file {