diff options
-rw-r--r-- | gnu/usr.bin/sort/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index c28955f..79d5328 100644 --- a/gnu/usr.bin/sort/Makefile +++ b/gnu/usr.bin/sort/Makefile @@ -20,6 +20,7 @@ SRCS= sort.c \ posixver.c \ quote.c \ quotearg.c \ + strnlen.c \ umaxtostr.c \ version-etc.c \ xmalloc.c \ |