
$FreeBSD: ports/games/columns/files/patch-ab,v 1.3 2002/04/17 12:52:55 sobomax Exp $

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