]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp_control.c:
authorDave Hart <hart@ntp.org>
Sun, 16 Aug 2009 14:08:44 +0000 (14:08 +0000)
committerDave Hart <hart@ntp.org>
Sun, 16 Aug 2009 14:08:44 +0000 (14:08 +0000)
  include <sys/stat.h> for S_IRUSR, S_IWUSR

bk: 4a8812ecqXXUgT-tlTPDvWotXyl47A

ntpd/ntp_control.c

index cf7e7a0879c71ad1e992387d480300ab7b08098b..6169d8dc73dc827f04b894cc6f1b19140453cb77 100644 (file)
@@ -18,6 +18,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
+#include <sys/stat.h>
 
 #include <netinet/in.h>
 #include <arpa/inet.h>