summary refs log tree commit diff
path: root/pkgs/games/amoeba/include-string-h.patch
blob: 828cab88d9895a7822e2bd97a4217ceb34caf735 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/image/png_image.cpp b/image/png_image.cpp
index 37875fc..1531d6f 100644
--- a/image/png_image.cpp
+++ b/image/png_image.cpp
@@ -4,6 +4,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <png.h>
 #include "png_image.h"