Skip to content

Commit

Permalink
Windows compilation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 5, 2023
1 parent 36112a6 commit 3881d16
Show file tree
Hide file tree
Showing 2 changed files with 586 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/ndpi_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
#ifndef WIN32
#include <unistd.h>
#include <dirent.h>
#else
#include "dirent.h"
#endif

#ifndef TH_FIN
Expand Down
Loading

0 comments on commit 3881d16

Please sign in to comment.