aboutsummaryrefslogtreecommitdiff
path: root/include/png/lodepng.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/png/lodepng.h')
-rw-r--r--include/png/lodepng.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/png/lodepng.h b/include/png/lodepng.h
index cf6667c..1548272 100644
--- a/include/png/lodepng.h
+++ b/include/png/lodepng.h
@@ -26,7 +26,9 @@ freely, subject to the following restrictions:
#ifndef LODEPNG_H
#define LODEPNG_H
-#include <string.h> /*for size_t*/
+//#include <string.h> /*for size_t*/
+typedef unsigned int size_t;
+
extern const char* LODEPNG_VERSION_STRING;