From a50c6629c4b87021063cca8ee33d033693044f19 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Tue, 27 Feb 2007 07:59:14 +0000 Subject: As done in OpenCVS, general includes cleanup sweep. OK otto@. --- usr.bin/rcs/worklist.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/rcs/worklist.h') 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 * All rights reserved. @@ -27,6 +27,8 @@ #ifndef WORKLIST_H #define WORKLIST_H +#include + struct rcs_worklist { char wkl_path[MAXPATHLEN]; volatile SLIST_ENTRY(rcs_worklist) wkl_list; -- cgit v1.2.3