summaryrefslogtreecommitdiff
path: root/x11-wm/sapphire/files/patch-ac
blob: 9018003dd4d072577a4540a3a66c92fbff7c1c31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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>