]> Git Repo - uclibc-ng.git/commitdiff
Silence a couple of silly warnings
authorEric Andersen <[email protected]>
Mon, 15 Jul 2002 10:03:12 +0000 (10:03 -0000)
committerEric Andersen <[email protected]>
Mon, 15 Jul 2002 10:03:12 +0000 (10:03 -0000)
 -Erik

libc/sysdeps/linux/common/statfix.c
libc/sysdeps/linux/common/statfix64.c

index 778f8f8e6d7557f9517102909762dd61a9ac783f..507018dc3cfb93536b3372e882c8e2f671b8ba7f 100644 (file)
@@ -24,6 +24,7 @@
  * 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)
index 5fe80cca7dc62e0e975a06049674f7b3a2c7820e..1fd017487ce144d85d0fc9beda0fcd3efe2aadce 100644 (file)
@@ -27,6 +27,7 @@
 #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)
This page took 0.025544 seconds and 4 git commands to generate.