summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-03-22 17:48:48 +0000
committerRoland McGrath <roland@gnu.org>1994-03-22 17:48:48 +0000
commit547a098729242585f816193fa30508f9a54e9a36 (patch)
treea56f940a2239dae92bc9551977008edee9511911 /io
parent4193b1489dac1ae8711e71d4f05c859fa5bdf43c (diff)
entered into RCS
Diffstat (limited to 'io')
-rw-r--r--io/lockf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/io/lockf.c b/io/lockf.c
index b034a74ea2..91664197ae 100644
--- a/io/lockf.c
+++ b/io/lockf.c
@@ -18,6 +18,8 @@ Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include <unistd.h>
+#include <fcntl.h>
+#include <errno.h>
/* lockf is a simplified interface to fcntl's locking facilities. */