diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-10-31 03:16:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-10-31 03:16:29 +0000 |
commit | 188e5df6175f633fbd041eb3b85235f1e81627ee (patch) | |
tree | 6cd1cb49a722b44d4173d2708c8cb12b04b564fe /games/pengpong/files/patch-SFont.c | |
parent | Disable the build when there's no libtelnet. (diff) |
Make games/pengpong buildable again.
PR: ports/44455 (wrong subject)
Submitted by: edwin@freebsd.org
Approved by: pat@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=69185
Diffstat (limited to 'games/pengpong/files/patch-SFont.c')
-rw-r--r-- | games/pengpong/files/patch-SFont.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/pengpong/files/patch-SFont.c b/games/pengpong/files/patch-SFont.c new file mode 100644 index 000000000000..9f2f91ab1d22 --- /dev/null +++ b/games/pengpong/files/patch-SFont.c @@ -0,0 +1,9 @@ +--- SFont.c Thu Aug 30 04:00:45 2001 ++++ SFont.c Fri Oct 25 21:07:58 2002 +@@ -1,6 +1,7 @@ + #include <SDL.h> + #include "SFont.h" + #include <string.h> ++#include <stdlib.h> + + SFont_FontInfo InternalFont; |