diff options
Diffstat (limited to 'usr.bin/cvs/worklist.h')
-rw-r--r-- | usr.bin/cvs/worklist.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/worklist.h b/usr.bin/cvs/worklist.h index 0a3648ddb47..bba8d9f0d86 100644 --- a/usr.bin/cvs/worklist.h +++ b/usr.bin/cvs/worklist.h @@ -1,4 +1,4 @@ -/* $OpenBSD: worklist.h,v 1.5 2006/05/27 03:30:31 joris Exp $ */ +/* $OpenBSD: worklist.h,v 1.6 2007/02/22 06:42:10 otto 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 cvs_worklist { char wkl_path[MAXPATHLEN]; volatile SLIST_ENTRY(cvs_worklist) wkl_list; |