summaryrefslogtreecommitdiff
path: root/usr.bin/comm/comm.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/comm/comm.c
parent445fda1b3984f3df7e6a724c406579e365c7b656 (diff)
downloaduserland-5febc75c02efe70746168baa4469649bf0aad7da.tar.gz
userland-5febc75c02efe70746168baa4469649bf0aad7da.tar.bz2
userland-5febc75c02efe70746168baa4469649bf0aad7da.tar.xz
userland-5febc75c02efe70746168baa4469649bf0aad7da.zip
fix some compile-via-gprbuild warningsHEADmaster
Diffstat (limited to 'usr.bin/comm/comm.c')
-rw-r--r--usr.bin/comm/comm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index 84e5fc4..211377f 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -38,6 +38,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <unistd.h>
#define MAXLINELEN (LINE_MAX + 1)