2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org>

* libcsupport/src/lstat.c, libcsupport/src/readdir_r.c:
	Include config.h.
This commit is contained in:
Ralf Corsepius
2005-01-27 13:32:25 +00:00
parent e49f4c789b
commit efec4b0f60
3 changed files with 13 additions and 0 deletions

View File

@@ -4,6 +4,10 @@
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>