freebsd-ports/games/columns/files/patch-ab
Kevin Lo 1d349d2977 Update to version 1.2b
PR: 22363
Submitted by: Ports Fury
2000-10-28 15:41:32 +00:00

12 lines
274 B
Text

--- columns.cc.orig Fri Mar 17 09:52:55 2000
+++ columns.cc Sat Oct 28 03:29:21 2000
@@ -22,7 +22,9 @@
#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>