mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
55ce548db4
PR: 16274 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
285 B
Plaintext
15 lines
285 B
Plaintext
*** formats.c.orig Tue Jan 11 02:25:57 2000
|
|
--- formats.c Fri Jan 21 12:00:00 2000
|
|
***************
|
|
*** 5,11 ****
|
|
--- 5,13 ----
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+ #ifndef __STDC__
|
|
#include <malloc.h>
|
|
+ #endif
|
|
#include <X11/Intrinsic.h>
|
|
#include <X11/StringDefs.h>
|
|
|