summaryrefslogblamecommitdiff
path: root/games/columns/files/patch-ab
blob: d4622b14ea4e396e600429f06e3af5c93e6411fd (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                
                    

                    
                 


                    
                  




                       
$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