mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
55ce548db4
PR: 16274 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
*** files.c.orig Tue Jan 11 03:57:52 2000
|
|
--- files.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 <time.h>
|
|
#include <pwd.h>
|
|
#include <sys/types.h>
|