1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11-wm/sapphire/files/patch-ac

13 lines
226 B
Plaintext
Raw Normal View History

--- 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>