1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/cad/chipmunk/files/patch-aw
Chris Piazza 1512ff152b Update to version 5.51
PR:		13902
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-24 05:11:58 +00:00

16 lines
278 B
Plaintext

--- view/viewfit.c.orig Wed Mar 12 02:50:07 1997
+++ view/viewfit.c Mon Sep 20 21:50:59 1999
@@ -58,7 +58,12 @@
#include <stdio.h>
+#include <sys/param.h>
+#ifndef __STDC__
#include <malloc.h>
+#else
+#include <stdlib.h>
+#endif
#include <math.h>
#include "global.h"