blob: bbe5c2aa884c6acef50cc5f52707271ffcb30d0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./xmetanet/graphics.c.orig Sat Aug 8 13:28:35 1998
+++ ./xmetanet/graphics.c Sat Aug 8 14:17:55 1998
@@ -2,5 +2,7 @@
#include <X11/Intrinsic.h>
#include <math.h>
+#ifndef __STDC__
#include <malloc.h>
+#endif
#include <string.h>
#include <stdio.h>
|