1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/games/gav/gcc.patch

13 lines
239 B
Diff
Raw Normal View History

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>