* struct stat should look like. It turns out that each arch has a different
* opinion on the subject. Then pull in libc's version of struct stat... */
#include "statfix.h"
+#include <string.h>
/* Convert from the kernel's version of struct stat to libc's version */
void __statfix(struct libc_stat *libcstat, struct kernel_stat *kstat)
#include "statfix64.h"
#ifdef __UCLIBC_HAVE_LFS__
+#include <string.h>
/* Convert from the kernel's version of struct stat to libc's version */
void __statfix64(struct libc_stat64 *libcstat, struct kernel_stat64 *kstat)