mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
|
*** fontfile.c.orig Fri Jan 7 12:11:03 2000
|
||
|
--- fontfile.c Fri Jan 21 12:00:00 2000
|
||
|
***************
|
||
|
*** 6,12 ****
|
||
|
--- 6,14 ----
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
+ #ifndef __STDC__
|
||
|
#include <malloc.h>
|
||
|
+ #endif
|
||
|
|
||
|
#include <X11/Intrinsic.h>
|
||
|
#include <X11/StringDefs.h>
|