Ensure ICMP_NET_ANO is defined.
[tinc] / have.h
diff --git a/have.h b/have.h
index 9a9efcb..cf5c173 100644 (file)
--- a/have.h
+++ b/have.h
 #include <sys/uio.h>
 #endif
 
+#ifdef HAVE_DIRENT_H
+#include <dirent.h>
+#endif
+
 /* SunOS really wants sys/socket.h BEFORE net/if.h,
    and FreeBSD wants these lines below the rest. */