diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-02-22 06:42:11 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-02-22 06:42:11 +0000 |
commit | fdb3a045215ae0f4100b4c7708a5670099b83442 (patch) | |
tree | 47294792b1c58aa77639fa5ae9e7bbbc31456090 /usr.bin/cvs/buf.h | |
parent | f33dff9ae83d109c167ed3dc9fde1970dd10bae5 (diff) |
general includes cleanup sweep. ok joris@ niallo@
Diffstat (limited to 'usr.bin/cvs/buf.h')
-rw-r--r-- | usr.bin/cvs/buf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/buf.h b/usr.bin/cvs/buf.h index 483c8b5f696..5a388438fb8 100644 --- a/usr.bin/cvs/buf.h +++ b/usr.bin/cvs/buf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.h,v 1.21 2007/02/21 04:18:45 ray Exp $ */ +/* $OpenBSD: buf.h,v 1.22 2007/02/22 06:42:09 otto Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -27,6 +27,8 @@ #ifndef BUF_H #define BUF_H +#include <sys/types.h> + /* flags */ #define BUF_AUTOEXT 1 /* autoextend on append */ |