]> git.meshlink.io Git - meshlink/blobdiff - have.h
Function flush_meta() does not exist anymore.
[meshlink] / have.h
diff --git a/have.h b/have.h
index 92914ea010e11e0dfcac60c715e58b267b5eaab0..89454feba1e92cf46db611f3d3271b42ebb45002 100644 (file)
--- a/have.h
+++ b/have.h
 #include <sys/un.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. */