about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/string/Makefile b/string/Makefile
index 0e42d31dee..80923a25d2 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -21,8 +21,8 @@
 subdir	:= string
 
 headers	:= string.h strings.h memory.h endian.h bits/endian.h \
-	   argz.h envz.h byteswap.h bits/byteswap.h bits/string.h \
-	   bits/string2.h bits/string3.h
+	   argz.h envz.h byteswap.h bits/byteswap.h bits/byteswap-16.h \
+	   bits/string.h bits/string2.h bits/string3.h
 
 routines	:= strcat strchr strcmp strcoll strcpy strcspn		\
 		   strverscmp strdup strndup				\