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