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 @@
#if defined(UNIX)
#include <fnmatch.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <dirent.h>
#include <unistd.h>
#else // !UNIX
#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