summaryrefslogtreecommitdiff
path: root/usr.bin/patch/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/patch.c')
-rw-r--r--usr.bin/patch/patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
index c7c8f08..14ccd17 100644
--- a/usr.bin/patch/patch.c
+++ b/usr.bin/patch/patch.c
@@ -37,7 +37,7 @@
#include <getopt.h>
#include <limits.h>
#include <stdio.h>
-#include <string.h>
+#include <bsd/string.h>
#include <stdlib.h>
#include <unistd.h>