diff options
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; |