diff options
author | Luca Deri <deri@ntop.org> | 2023-10-05 11:05:14 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-10-05 11:05:14 +0200 |
commit | 3881d162f7bb6b1b6a27ddfd5f1617fd7406fbfe (patch) | |
tree | 4fe431ca19785ed5fb5778601da67d231446617b /src/lib/ndpi_main.c | |
parent | 36112a645b36a225abf45cf29f4cf1f68d2c27f6 (diff) |
Windows compilation fixes
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 37222a884..f72bfdae6 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -47,6 +47,8 @@ #ifndef WIN32 #include <unistd.h> #include <dirent.h> +#else +#include "dirent.h" #endif #ifndef TH_FIN |