diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-09 09:53:13 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-09 09:53:13 +0000 |
commit | 674e46d35e2ec003d32af0f58a4afde5f546db83 (patch) | |
tree | 7272c8c5041808aad0d9684c8cc1f200bbad587f /games/xpacman/files/patch-c | |
parent | Depends on Xpm.4 (diff) |
Unbreak for newgcc
Notes
Notes:
svn path=/head/; revision=24594
Diffstat (limited to 'games/xpacman/files/patch-c')
-rw-r--r-- | games/xpacman/files/patch-c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/xpacman/files/patch-c b/games/xpacman/files/patch-c new file mode 100644 index 000000000000..6470ce3e9c33 --- /dev/null +++ b/games/xpacman/files/patch-c @@ -0,0 +1,7 @@ +--- gamedata.cc.orig Sun Jan 9 01:47:52 2000 ++++ gamedata.cc Sun Jan 9 01:48:11 2000 +@@ -1,3 +1,4 @@ ++#include <stdlib.h> + #include"gamedata.h" + #include"board.h" + #include"pac.h" |