From 69a9120477185ee14429684724d665f69798b7d9 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 23 Apr 2011 21:16:34 +0200 Subject: xstatconv: cleanup includes xstatconv.h needs features.h to really "see" config options xstatconv.c does not need sys/syscall.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/xstatconv.c | 1 - libc/sysdeps/linux/common/xstatconv.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/xstatconv.c b/libc/sysdeps/linux/common/xstatconv.c index deef3929e..bb4a61bd1 100644 --- a/libc/sysdeps/linux/common/xstatconv.c +++ b/libc/sysdeps/linux/common/xstatconv.c @@ -20,7 +20,6 @@ Modified for uClibc by Erik Andersen */ -#include #include #include #include "xstatconv.h" diff --git a/libc/sysdeps/linux/common/xstatconv.h b/libc/sysdeps/linux/common/xstatconv.h index 7568da850..1522e716f 100644 --- a/libc/sysdeps/linux/common/xstatconv.h +++ b/libc/sysdeps/linux/common/xstatconv.h @@ -23,6 +23,7 @@ /* Pull in whatever this particular arch's kernel thinks the kernel version of * struct stat should look like. It turns out that each arch has a different * opinion on the subject, and different kernel revs use different names... */ +#include #include extern void __xstat_conv(struct kernel_stat *kbuf, struct stat *buf) attribute_hidden; -- cgit v1.2.3