Skip to content
Snippets Groups Projects
Commit 84441779 authored by Gary E. Miller's avatar Gary E. Miller :speech_balloon:
Browse files

Use local copy of isc/net.h, not system copy.

Most system do not have libisc installed.
parent cd01b5fa
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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