Skip to content
Snippets Groups Projects
Commit 8f0aae9b authored by Ben Collins's avatar Ben Collins
Browse files

#ifdef for <arpa/inet.h>

parent 6023a2fe
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,10 @@
#endif
#include <netinet/in.h>
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment