mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
10 lines
258 B
Text
10 lines
258 B
Text
--- ./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>
|