=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/worklist.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/rcs/worklist.h 2006/04/26 02:55:13 1.1 --- src/usr.bin/rcs/worklist.h 2007/02/27 07:59:13 1.2 *************** *** 1,4 **** ! /* $OpenBSD: worklist.h,v 1.1 2006/04/26 02:55:13 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: worklist.h,v 1.2 2007/02/27 07:59:13 xsa Exp $ */ /* * Copyright (c) 2006 Joris Vink * All rights reserved. *************** *** 26,31 **** --- 26,33 ---- #ifndef WORKLIST_H #define WORKLIST_H + + #include struct rcs_worklist { char wkl_path[MAXPATHLEN];