summaryrefslogtreecommitdiff
path: root/sbin/photurisd/photurisd.c
diff options
context:
space:
mode:
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>