Add #include <fnmatch.h>

#include <dirent.h>
to avoid compile error on Linux.
  modified:   storage/connect/filamzip.cpp
This commit is contained in:
Olivier Bertrand 2017-01-16 18:57:35 +01:00
parent c7446daeb6
commit b1bd990e45

View file

@ -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>