freebsd-ports/games/magiccube4d/files/patch-MagicCube.h
Martin Wilke b0e5ee9380 - Fix build with gcc 4.X
PR:		ports/107369
Submitted by:	Jeremy Karlson<karlj000@unbc.ca> (maintainer)
2007-01-01 00:00:25 +00:00

19 lines
475 B
C

*** MagicCube.h.BACKUP Mon Sep 25 19:46:07 2000
--- MagicCube.h Mon Sep 25 19:46:39 2000
***************
*** 22,28 ****
#include <assert.h>
#include <math.h>
#include <string.h>
! #include <malloc.h>
#include "Vec.h"
// Version number of this program. Must also be updated in
--- 22,28 ----
#include <assert.h>
#include <math.h>
#include <string.h>
! #include <stdlib.h>
#include "Vec.h"
// Version number of this program. Must also be updated in