mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
da961162c1
PR: 16878 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> No response from: maintainer
13 lines
226 B
Plaintext
13 lines
226 B
Plaintext
--- src/image.cc.orig Thu Feb 10 10:36:20 2000
|
|
+++ src/image.cc Fri Feb 18 03:26:13 2000
|
|
@@ -29,7 +29,9 @@
|
|
|
|
#include "sapphire.hh"
|
|
|
|
+#ifndef __STDC__
|
|
#include <malloc.h>
|
|
+#endif
|
|
|
|
#ifdef GradientHack
|
|
# include <math.h>
|