Commit b1bd990e authored by Olivier Bertrand's avatar Olivier Bertrand

Add #include <fnmatch.h>

    #include <dirent.h>
to avoid compile error on Linux.
  modified:   storage/connect/filamzip.cpp
parent c7446dae
...@@ -21,9 +21,7 @@ ...@@ -21,9 +21,7 @@
#if defined(UNIX) #if defined(UNIX)
#include <fnmatch.h> #include <fnmatch.h>
#include <errno.h> #include <errno.h>
#include <stdlib.h> #include <dirent.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h> #include <unistd.h>
#else // !UNIX #else // !UNIX
#include <io.h> #include <io.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment