diff options
Diffstat (limited to '')
-rw-r--r-- | games/nighthawk/files/patch-src-object.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/nighthawk/files/patch-src-object.cc b/games/nighthawk/files/patch-src-object.cc new file mode 100644 index 000000000000..bb6df37c4690 --- /dev/null +++ b/games/nighthawk/files/patch-src-object.cc @@ -0,0 +1,10 @@ +--- src/object.cc.orig Wed Feb 5 00:17:43 2003 ++++ src/object.cc Wed Feb 5 00:17:59 2003 +@@ -14,6 +14,7 @@ + extern "C" { + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <math.h> + #include <X11/Xlib.h> + #include <X11/keysym.h> |