From 12fc619bb75be188d610c4ac86a42ac20492d207 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 28 Jan 2007 08:20:00 +0000 Subject: need string.h for memset() --- libc/sysdeps/linux/common/xstatconv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/xstatconv.c') diff --git a/libc/sysdeps/linux/common/xstatconv.c b/libc/sysdeps/linux/common/xstatconv.c index c4dc98527..792bc090a 100644 --- a/libc/sysdeps/linux/common/xstatconv.c +++ b/libc/sysdeps/linux/common/xstatconv.c @@ -22,6 +22,7 @@ #include #include +#include #include "xstatconv.h" libc_hidden_proto(memset) -- cgit v1.2.3