mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dca1739cb8
PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
--- ./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>
|