summaryrefslogtreecommitdiff
path: root/sbin/photurisd/photurisd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-17 18:57:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-17 18:57:04 +0000
commit6cace1bc4c00ae418fd9b135a0b296d70f5b0d79 (patch)
tree618ee70c4d1548fdff83ec5c86b7e270bc9a626b /sbin/photurisd/photurisd.c
parent6ea0d267c63dc5c1e2427185a74f348616734b6c (diff)
fix inclusion problems
Diffstat (limited to 'sbin/photurisd/photurisd.c')
-rw-r--r--sbin/photurisd/photurisd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/photurisd/photurisd.c b/sbin/photurisd/photurisd.c
index 52db00fb869..1821fd5e528 100644
--- a/sbin/photurisd/photurisd.c
+++ b/sbin/photurisd/photurisd.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: photurisd.c,v 1.3 1999/04/10 00:10:17 provos Exp $";
+static char rcsid[] = "$Id: photurisd.c,v 1.4 1999/12/17 18:57:03 deraadt Exp $";
#endif
#define _PHOTURIS_C_
@@ -40,6 +40,7 @@ static char rcsid[] = "$Id: photurisd.c,v 1.3 1999/04/10 00:10:17 provos Exp $";
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#include <signal.h>
#include <errno.h>