blob: 6877aac4a66fe7a67d384d92eb208136e4eb07a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** 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>
|