diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-07-30 18:58:57 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-07-30 18:58:57 +0000 |
commit | bc85dce4e6d789a03a4f3802a9c06f89f03a793b (patch) | |
tree | c5457164ba48843ba05a6692e5a2a8522c54fdb2 /usr.bin/cvs/cvs.c | |
parent | abfcc0fb9b322370c36105985ff09182660198b5 (diff) |
missing include
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 92c2481329b..3f0d5713604 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.7 2004/07/30 17:44:48 jfb Exp $ */ +/* $OpenBSD: cvs.c,v 1.8 2004/07/30 18:58:56 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -39,6 +39,7 @@ #include "cvs.h" #include "log.h" +#include "file.h" extern char *__progname; |