diff options
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index c75e0d8e50..6eb03ab1fa 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -22,7 +22,8 @@ subdir := libio include ../Makeconfig -headers := stdio.h libio.h _G_config.h bits/stdio.h \ +headers := stdio.h libio.h _G_config.h \ + bits/stdio.h bits/libio.h bits/_G_config.h \ bits/sys_errlist.h bits/stdio2.h bits/stdio-ldbl.h bits/libio-ldbl.h \ bits/types/FILE.h bits/types/__FILE.h |