From 5cc8e24806a0a85ac2df70a83e4861a61b2b3652 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 18 Jan 2006 19:36:36 +0000 Subject: Don't include twice features.h and correct typo --- include/sys/types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/sys/types.h b/include/sys/types.h index 666681453..087819b02 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -262,8 +262,7 @@ typedef __fsfilcnt64_t fsfilcnt64_t; /* Type to count file system inodes. */ /* Now add the thread types. */ -#include -#if (defined __USE_POSIX199506 || defined __USE_UNIX98) && defined UCLIBC_HAS_THREADS +#if (defined __USE_POSIX199506 || defined __USE_UNIX98) && defined __UCLIBC_HAS_THREADS__ # include #endif -- cgit v1.2.3