diff options
author | Miles Bader <miles@gnu.org> | 1996-05-07 19:27:44 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-07 19:27:44 +0000 |
commit | fc38dc5be9c2757afc56a64a9570872c7e24887a (patch) | |
tree | bf0360658b677f444fe75af7977ec36c3c50aff5 | |
parent | ad41463d4e4d26c8e6cf9faa6469380b9dea25ce (diff) | |
download | glibc-fc38dc5be9c2757afc56a64a9570872c7e24887a.tar.gz glibc-fc38dc5be9c2757afc56a64a9570872c7e24887a.tar.xz glibc-fc38dc5be9c2757afc56a64a9570872c7e24887a.zip |
(headers): Add linewrap.h.
-rw-r--r-- | stdio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio/Makefile b/stdio/Makefile index e767a6d84d..718c492fd4 100644 --- a/stdio/Makefile +++ b/stdio/Makefile @@ -21,7 +21,7 @@ # subdir := stdio -headers := stdio.h +headers := stdio.h linewrap.h routines := \ feof ferror clearerr fileno \ |