From b9f2b0fde64b36c304a8019a22509402c63d1838 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 19 Jan 2006 02:19:51 +0000 Subject: Joseph S. Myers writes: sys/syscall.h uses the IS_IN_libc define before including any header that includes libc-internal.h (where IS_IN_libc is defined). This patch makes sys/syscall.h include features.h to get the IS_IN_libc define where appropriate. --- include/sys/syscall.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sys/syscall.h b/include/sys/syscall.h index 703188683..aef1f998f 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -20,6 +20,7 @@ #define _SYSCALL_H 1 /* This file provides us with the nicely useful _syscall[0-5] macros. */ +#include #if defined _LIBC && (defined IS_IN_libc || defined NOT_IN_libc) # include #else -- cgit v1.2.3