about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--stdio/Makefile2
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					      \