blob: 0a7ec8d2c7969dba7d051193cb4ec3f9cb0c5048 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** filelist.c.orig Tue Dec 19 01:31:32 2000
--- filelist.c Wed Dec 20 02:58:35 2000
***************
*** 5,11 ****
--- 5,13 ----
#include <stdio.h>
#include <string.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#include <sys/types.h>
#ifdef HAVE_DIRENT_H
|