summaryrefslogtreecommitdiffstats
path: root/usr.bin/gencat/genlib.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-06-17 04:07:09 +0000
committerache <ache@FreeBSD.org>1995-06-17 04:07:09 +0000
commit4137dcf51eb6345e3634175d32e7de4ee84eb893 (patch)
treeb629997e4f4e967e3a30543c66a358a7421f7100 /usr.bin/gencat/genlib.c
parent3e0e2d1182845f613a9a258bb2e2c581ed9a60c9 (diff)
downloadFreeBSD-src-4137dcf51eb6345e3634175d32e7de4ee84eb893.zip
FreeBSD-src-4137dcf51eb6345e3634175d32e7de4ee84eb893.tar.gz
Fix lseek arg by including unistd.h
Diffstat (limited to 'usr.bin/gencat/genlib.c')
-rw-r--r--usr.bin/gencat/genlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gencat/genlib.c b/usr.bin/gencat/genlib.c
index 30275f1..f592be0 100644
--- a/usr.bin/gencat/genlib.c
+++ b/usr.bin/gencat/genlib.c
@@ -42,9 +42,9 @@ up-to-date. Many thanks.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#ifdef SYSV
#include <sys/types.h>
#include <unistd.h>
+#ifdef SYSV
#define L_SET SEEK_SET
#define L_INCR SEEK_CUR
#include <memory.h>
OpenPOWER on IntegriCloud