summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/buf.h')
-rw-r--r--usr.bin/cvs/buf.h4
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 */