diff options
author | peter <peter@FreeBSD.org> | 1997-03-11 15:57:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-11 15:57:44 +0000 |
commit | 8152bc85d1a93ad68ee317b567deb6e6ffab8ec7 (patch) | |
tree | b430f9f2d4af1823c1956d53f80b1f536cf04232 /usr.sbin/qcamcontrol | |
parent | 512d4a3d149d86f3f927cb1a2ed9ce37d047dd6a (diff) | |
download | FreeBSD-src-8152bc85d1a93ad68ee317b567deb6e6ffab8ec7.zip FreeBSD-src-8152bc85d1a93ad68ee317b567deb6e6ffab8ec7.tar.gz |
Update to work under Lite2 includes
Diffstat (limited to 'usr.sbin/qcamcontrol')
-rw-r--r-- | usr.sbin/qcamcontrol/qcamcontrol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/qcamcontrol/qcamcontrol.c b/usr.sbin/qcamcontrol/qcamcontrol.c index f18ac19..8df213e 100644 --- a/usr.sbin/qcamcontrol/qcamcontrol.c +++ b/usr.sbin/qcamcontrol/qcamcontrol.c @@ -32,6 +32,7 @@ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <sys/fcntl.h> #include <sys/ioctl.h> #include <machine/qcam.h> |