diff options
author | Luca Deri <deri@ntop.org> | 2023-10-05 10:47:15 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-10-05 10:47:15 +0200 |
commit | 36112a645b36a225abf45cf29f4cf1f68d2c27f6 (patch) | |
tree | 508d8411e171aee86325dbaa6bb13972ba5ccd3b /src | |
parent | a98d7ff433c234eeec83e96a4e33645d6f7205bd (diff) |
Win include change
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 8c1e8f17c..37222a884 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -24,7 +24,6 @@ #include <stdlib.h> #include <errno.h> #include <sys/types.h> -#include <dirent.h> #ifdef __APPLE__ #include <netinet/ip.h> @@ -47,6 +46,7 @@ #ifndef WIN32 #include <unistd.h> +#include <dirent.h> #endif #ifndef TH_FIN |