about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/gav/gcc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/gav/gcc.patch')
-rw-r--r--nixpkgs/pkgs/games/gav/gcc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/gav/gcc.patch b/nixpkgs/pkgs/games/gav/gcc.patch
new file mode 100644
index 000000000000..eb4c64727bce
--- /dev/null
+++ b/nixpkgs/pkgs/games/gav/gcc.patch
@@ -0,0 +1,12 @@
+diff --git a/aarg.h b/aarg.h
+index a212870..907671c 100644
+--- a/aarg.h
++++ b/aarg.h
+@@ -5,6 +5,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <unistd.h>
++#include <string.h>
+ #include <map>
+ #include <string>
+ #include <sstream>