svn commit: trunk/uClibc/libc/sysdeps/linux/common

vapier at uclibc.org vapier at uclibc.org
Sun Jan 28 08:20:01 UTC 2007


Author: vapier
Date: 2007-01-28 00:20:00 -0800 (Sun, 28 Jan 2007)
New Revision: 17587

Log:
need string.h for memset()

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/xstatconv.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/xstatconv.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/xstatconv.c	2007-01-28 08:14:03 UTC (rev 17586)
+++ trunk/uClibc/libc/sysdeps/linux/common/xstatconv.c	2007-01-28 08:20:00 UTC (rev 17587)
@@ -22,6 +22,7 @@
 
 #include <sys/syscall.h>
 #include <sys/stat.h>
+#include <string.h>
 #include "xstatconv.h"
 
 libc_hidden_proto(memset)




More information about the uClibc-cvs mailing list