aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-16 21:52:40 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-07-16 21:52:40 -0700
commitd898b4ab848a56b831013dd925929ecece06c9d1 (patch)
treed6eedaf9caeec041c3a0c5b6899f099fcc58398a
parentc045f956a74dd0068f75edafeecac70e7cef0953 (diff)
Fixed build
-rw-r--r--src/core/zip/MCZip.cc2
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>