mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:04:36 +08:00
11 lines
286 B
Diff
11 lines
286 B
Diff
diff -r 99a2017746c0 Extensions/PngDC/PngDC.cpp
|
|
--- a/Extensions/PngDC/PngDC.cpp Wed Jan 30 05:28:12 2013 +1100
|
|
+++ b/Extensions/PngDC/PngDC.cpp Tue Apr 16 01:59:10 2013 +1000
|
|
@@ -20,6 +20,7 @@
|
|
#include "PngDC.h"
|
|
|
|
#include <png.h>
|
|
+#include <string.h>
|
|
|
|
#include <config-endian.h>
|
|
|