summaryrefslogtreecommitdiff
path: root/thirdparty/etcpak/patches/libpng-unbundle.patch
blob: e3c07412c63f067bbf357c17157a0152c18a9f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/thirdparty/etcpak/Bitmap.cpp b/thirdparty/etcpak/Bitmap.cpp
index 6aa36f5caa..ef318318ac 100644
--- a/thirdparty/etcpak/Bitmap.cpp
+++ b/thirdparty/etcpak/Bitmap.cpp
@@ -3,7 +3,7 @@
 #include <string.h>
 #include <assert.h>
 
-#include "libpng/png.h"
+#include <png.h>
 #include "lz4/lz4.h"
 
 #include "Bitmap.hpp"