mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
724610b62d
deorbiting.
20 lines
356 B
Plaintext
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
|