1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added the missing header files required to rebuild ftw_ftw.c and

ftw_nftw.c.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14852 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-03-03 10:59:17 +00:00
parent 7690bb8399
commit ebd6cc3639
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: ftw_ftw.c,v 1.1 2005-03-02 12:57:53 obarthel Exp $
* $Id: ftw_ftw.c,v 1.2 2005-03-03 10:59:17 obarthel Exp $
*
* :ts=4
*
@ -47,9 +47,11 @@
#include <dirent.h>
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <ftw.h>
#include <errno.h>
#include <dos.h>
/****************************************************************************/

View File

@ -1,5 +1,5 @@
/*
* $Id: ftw_nftw.c,v 1.1 2005-03-02 12:57:53 obarthel Exp $
* $Id: ftw_nftw.c,v 1.2 2005-03-03 10:59:17 obarthel Exp $
*
* :ts=4
*
@ -46,10 +46,12 @@
#include <dirent.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <ftw.h>
#include <errno.h>
#include <dos.h>
/****************************************************************************/