nixpkgs/pkgs/games/gav/gcc.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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>