diff options
author | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-07-16 21:52:40 -0700 |
---|---|---|
committer | Hoa V. DINH <dinh.viet.hoa@gmail.com> | 2013-07-16 21:52:40 -0700 |
commit | d898b4ab848a56b831013dd925929ecece06c9d1 (patch) | |
tree | d6eedaf9caeec041c3a0c5b6899f099fcc58398a /src | |
parent | c045f956a74dd0068f75edafeecac70e7cef0953 (diff) |
Fixed build
Diffstat (limited to 'src')
-rw-r--r-- | src/core/zip/MCZip.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/zip/MCZip.cc b/src/core/zip/MCZip.cc index 69e6ab66..03e1f2ad 100644 --- a/src/core/zip/MCZip.cc +++ b/src/core/zip/MCZip.cc @@ -4,7 +4,7 @@ #include "unzip.h" #include <sys/types.h> -#include <sys/dir.h> +#include <dirent.h> #include <sys/stat.h> #include <time.h> |