diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index d2629e60dc..8eed493a99 100644 --- a/string/Makefile +++ b/string/Makefile @@ -21,7 +21,7 @@ # subdir := string -headers := string.h strings.h memory.h endian.h bytesex.h \ +headers := string.h strings.h memory.h endian.h bits/endian.h \ argz.h envz.h routines := strcat strchr strcmp strcoll strcpy strcspn \ |