diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ctype.h | 2 | ||||
-rw-r--r-- | include/rpc/rpc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ctype.h b/include/ctype.h index f3157b9e7d..ac6db790b7 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -21,7 +21,7 @@ extern int (__isctype) (int __c, int __mask); NL_CURRENT_INDIRECT. */ # include "../locale/localeinfo.h" -# include <bits/libc-tsd.h> +# include <libc-tsd.h> # ifndef CTYPE_EXTERN_INLINE /* Used by ctype/ctype-info.c, which see. */ # define CTYPE_EXTERN_INLINE extern inline diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index d2f3013114..58bdef3cc9 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -1,6 +1,6 @@ #ifndef _RPC_RPC_H #include <sunrpc/rpc/rpc.h> -#include <bits/libc-tsd.h> +#include <libc-tsd.h> /* Now define the internal interfaces. */ extern unsigned long _create_xid (void); |