about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/amoeba/include-string-h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/amoeba/include-string-h.patch')
-rw-r--r--nixpkgs/pkgs/games/amoeba/include-string-h.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/amoeba/include-string-h.patch b/nixpkgs/pkgs/games/amoeba/include-string-h.patch
new file mode 100644
index 000000000000..828cab88d989
--- /dev/null
+++ b/nixpkgs/pkgs/games/amoeba/include-string-h.patch
@@ -0,0 +1,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"