[Git][NTPsec/ntpsec][master] Use local copy of isc/net.h, not system copy.
Gary E. Miller
gitlab at mg.gitlab.com
Tue Apr 4 19:10:37 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
84441779 by Gary E. Miller at 2017-04-04T12:09:23-07:00
Use local copy of isc/net.h, not system copy.
Most system do not have libisc installed.
- - - - -
1 changed file:
- include/ntp_net.h
Changes:
=====================================
include/ntp_net.h
=====================================
--- a/include/ntp_net.h
+++ b/include/ntp_net.h
@@ -10,7 +10,7 @@
#include <net/if.h>
#include <netinet/in.h>
#include <netdb.h>
-#include <isc/net.h>
+#include "isc/net.h" /* use local copy of isc/net.h, not system copy */
#include "ntp_malloc.h"
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/84441779cac6dcdde24c4d683e516808252b6792
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170404/4ff84ee1/attachment.html>
More information about the vc
mailing list