aboutsummaryrefslogtreecommitdiff
path: root/core/io/zip_io.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-02-15 21:16:33 -0300
committerJuan Linietsky2014-02-15 21:16:33 -0300
commit8c1731b67995add31361ae526b0e6af76346181e (patch)
treef96080fdbb6e0f0f3fcc12bf10fc92928f0310cb /core/io/zip_io.h
parent9afdb3e0ad5bfbdafe307212f5d4ebcc7c3ac852 (diff)
downloadgodot-8c1731b67995add31361ae526b0e6af76346181e.tar.gz
godot-8c1731b67995add31361ae526b0e6af76346181e.tar.zst
godot-8c1731b67995add31361ae526b0e6af76346181e.zip
Diffstat (limited to 'core/io/zip_io.h')
-rw-r--r--core/io/zip_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/zip_io.h b/core/io/zip_io.h
index 2f9911339..798265cc4 100644
--- a/core/io/zip_io.h
+++ b/core/io/zip_io.h
@@ -32,7 +32,7 @@
#include "io/zip.h"
#include "io/unzip.h"
#include "os/file_access.h"
-//#include "copymem.h"
+#include "os/copymem.h"
static void* zipio_open(void* data, const char* p_fname, int mode) {