[Git][NTPsec/ntpsec][master] libisc: *BSd needs <sys/socket.h>

Gary E. Miller gitlab at mg.gitlab.com
Sat May 27 03:27:10 UTC 2017


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
62563836 by Gary E. Miller at 2017-05-26T20:26:31-07:00
libisc: *BSd needs <sys/socket.h>

- - - - -


1 changed file:

- libisc/include/isc/net.h


Changes:

=====================================
libisc/include/isc/net.h
=====================================
--- a/libisc/include/isc/net.h
+++ b/libisc/include/isc/net.h
@@ -50,6 +50,9 @@
  *** Imports.
  ***/
 
+/* for struct sockaddr on *BSD */
+#include <sys/socket.h>                /* Contractual promise. */
+
 #include <netinet/in.h>		/* Contractual promise. */
 #include "isc/types.h"
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/62563836cf2f19bb680a007d4599bff82312d9e3

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/62563836cf2f19bb680a007d4599bff82312d9e3
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170527/155210c9/attachment.html>


More information about the vc mailing list