summaryrefslogtreecommitdiff
path: root/include/tinyff
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff')
-rw-r--r--include/tinyff/image/png.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h
index 0b2ce34..c195951 100644
--- a/include/tinyff/image/png.h
+++ b/include/tinyff/image/png.h
@@ -11,6 +11,9 @@
#include "tinyff/common.h"
#include "tinyff/stream.h"
+// External
+#include "ext/tinf.h"
+
static const unsigned char PNG_SIGNATURE[8] = {
0x89, 'P', 'N', 'G', 0x0D, 0x0A, 0x1A, 0x0A