summaryrefslogtreecommitdiff
path: root/usr.bin/patch/patch.c
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-10-24 02:24:23 -0400
committerKiyoshi Aman <kiyoshi.aman+adelie@gmail.com>2019-10-24 02:24:23 -0400
commit5febc75c02efe70746168baa4469649bf0aad7da (patch)
tree8c146530be8f223abab5140ee09e72c68da8c4ca /usr.bin/patch/patch.c
parent445fda1b3984f3df7e6a724c406579e365c7b656 (diff)
downloaduserland-master.tar.gz
userland-master.tar.bz2
userland-master.tar.xz
userland-master.zip
fix some compile-via-gprbuild warningsHEADmaster
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>