summaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-08-16 19:48:07 +0000
committerUlrich Drepper <drepper@redhat.com>1997-08-16 19:48:07 +0000
commitca9af6c7397b9dcb95ae80ad6a7a43a8b3444f1c (patch)
treeb8e0fcc844f668f8a87ffeb4f40bcaa4531bd5d3 /sysdeps/unix
parent4397bc8b7063b3115b1cf0adc8f1c395832d35fa (diff)
Include <gnu/types.h>, not <bits/types.h>.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/_G_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/_G_config.h b/sysdeps/unix/sysv/linux/_G_config.h
index 8dc9221519..a3e6e3db2f 100644
--- a/sysdeps/unix/sysv/linux/_G_config.h
+++ b/sysdeps/unix/sysv/linux/_G_config.h
@@ -6,7 +6,7 @@
/* Define types for libio in terms of the standard internal type names. */
-#include <bits/types.h>
+#include <gnu/types.h>
#define __need_size_t
#define __need_wint_t
#include <stddef.h>