mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
15 lines
279 B
Plaintext
15 lines
279 B
Plaintext
|
*** functions.c.orig Tue Jan 11 04:40:36 2000
|
||
|
--- functions.c Fri Jan 21 12:00:00 2000
|
||
|
***************
|
||
|
*** 9,15 ****
|
||
|
--- 9,17 ----
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
+ #ifndef __STDC__
|
||
|
#include <malloc.h>
|
||
|
+ #endif
|
||
|
#include <math.h>
|
||
|
|
||
|
#include <X11/Intrinsic.h>
|