|
@@ -1,3 +1,9 @@
|
|
|
|
+
|
|
|
|
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
|
|
|
|
+ *
|
|
|
|
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
|
|
|
+ */
|
|
|
|
+
|
|
#include <features.h>
|
|
#include <features.h>
|
|
|
|
|
|
#if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS != 64
|
|
#if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS != 64
|
|
@@ -12,6 +18,7 @@
|
|
#ifdef __USE_FILE_OFFSET64
|
|
#ifdef __USE_FILE_OFFSET64
|
|
# undef __USE_FILE_OFFSET64
|
|
# undef __USE_FILE_OFFSET64
|
|
#endif
|
|
#endif
|
|
|
|
+#include <dirent.h>
|
|
#include <errno.h>
|
|
#include <errno.h>
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <string.h>
|