[Git][NTPsec/ntpsec][master] Another try at fixing build breakage reported from Jenkins.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Sep 29 18:03:48 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
e7cc5d35 by Eric S. Raymond at 2016-09-29T14:03:32-04:00
Another try at fixing build breakage reported from Jenkins.
- - - - -
1 changed file:
- ntpd/ntp_control.c
Changes:
=====================================
ntpd/ntp_control.c
=====================================
--- a/ntpd/ntp_control.c
+++ b/ntpd/ntp_control.c
@@ -10,7 +10,10 @@
#include <sys/stat.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#ifdef HAVE_STRUCT_TIMEX
#include <sys/time.h>
+#include <sys/timex.h>
+#endif /* HAVE_STRUCT_TIMEX */
#include "ntpd.h"
#include "ntp_io.h"
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e7cc5d353e4300e94856e499ceb86edaa7559361
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160929/d2fa2652/attachment.html>
More information about the vc
mailing list