summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 09:08:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-17 09:08:44 +0000
commita570ad1aa3714f576aee84f99d4b7a928bb2a894 (patch)
tree40af9fbfca827c9f8595f73604e1bb435aaadf49 /usr.sbin/lpr
parent5d2f69ebe8b3e80c9c618130f226adaf977bc0bb (diff)
unistd.h
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/pac/pac.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/lpr/pac/pac.c b/usr.sbin/lpr/pac/pac.c
index 77fb33f2482..86baedc0d50 100644
--- a/usr.sbin/lpr/pac/pac.c
+++ b/usr.sbin/lpr/pac/pac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pac.c,v 1.8 1997/01/17 16:12:50 millert Exp $ */
+/* $OpenBSD: pac.c,v 1.9 1997/07/17 09:08:43 deraadt Exp $ */
/* $NetBSD: pac.c,v 1.7 1996/03/21 18:21:20 jtc Exp $ */
/*
@@ -45,7 +45,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)pac.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: pac.c,v 1.8 1997/01/17 16:12:50 millert Exp $";
+static char rcsid[] = "$OpenBSD: pac.c,v 1.9 1997/07/17 09:08:43 deraadt Exp $";
#endif
#endif /* not lint */
@@ -60,6 +60,7 @@ static char rcsid[] = "$OpenBSD: pac.c,v 1.8 1997/01/17 16:12:50 millert Exp $";
#include <dirent.h>
#include <stdlib.h>
+#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include "lp.h"