1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/columns/files/patch-ab
2002-04-17 12:52:55 +00:00

20 lines
356 B
Plaintext

$FreeBSD$
--- columns.cc.orig Fri Mar 17 02:52:55 2000
+++ columns.cc Wed Apr 17 15:48:10 2002
@@ -22,10 +22,12 @@
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
+#ifndef __STDC__
#include <malloc.h>
+#endif
#include <stdlib.h>
#include <time.h>
-#include <SDL/SDL.h>
+#include <SDL.h>
#define HIGHSCORE_X 10
#define HIGHSCORE_Y 30