summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/worklist.h
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2007-02-27 07:59:14 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2007-02-27 07:59:14 +0000
commita50c6629c4b87021063cca8ee33d033693044f19 (patch)
tree9cd41a61ed2caed4fdd960c4a6f86d18750f2427 /usr.bin/rcs/worklist.h
parent9f064f1ae44f3419a81d855a6c20ccf1003319b2 (diff)
As done in OpenCVS, general includes cleanup sweep. OK otto@.
Diffstat (limited to 'usr.bin/rcs/worklist.h')
-rw-r--r--usr.bin/rcs/worklist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/rcs/worklist.h b/usr.bin/rcs/worklist.h
index fcbe1c14b1e..a3ff34b8487 100644
--- a/usr.bin/rcs/worklist.h
+++ b/usr.bin/rcs/worklist.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: worklist.h,v 1.1 2006/04/26 02:55:13 joris Exp $ */
+/* $OpenBSD: worklist.h,v 1.2 2007/02/27 07:59:13 xsa Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -27,6 +27,8 @@
#ifndef WORKLIST_H
#define WORKLIST_H
+#include <sys/param.h>
+
struct rcs_worklist {
char wkl_path[MAXPATHLEN];
volatile SLIST_ENTRY(rcs_worklist) wkl_list;