1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/pengpong/files/patch-SFont.c
Edwin Groothuis 188e5df617 Make games/pengpong buildable again.
PR:		ports/44455 (wrong subject)
Submitted by:	edwin@freebsd.org
Approved by:	pat@FreeBSD.org
2002-10-31 03:16:29 +00:00

10 lines
202 B
C

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