summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-09-15 00:07:21 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-09-15 00:07:21 +0000
commit5a509d7adf2854cc2d442aecbef4fbe865f22c6c (patch)
tree89a84e77bde0d97904f1b908a845ef92af5b1063 /usr.sbin/ntpd
parent1ae8dbdacf4ee9a69dc67092b325b7d7ff02203b (diff)
missing include, from theo
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r--usr.sbin/ntpd/ntp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntp.c b/usr.sbin/ntpd/ntp.c
index 77181a6c083..c7a3862ad06 100644
--- a/usr.sbin/ntpd/ntp.c
+++ b/usr.sbin/ntpd/ntp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntp.c,v 1.27 2004/09/09 21:50:33 henning Exp $ */
+/* $OpenBSD: ntp.c,v 1.28 2004/09/15 00:07:20 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -21,6 +21,7 @@
#include <errno.h>
#include <poll.h>
#include <pwd.h>
+#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>