summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/top/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile
index 35ed3ba..3e42b1c 100644
--- a/usr.bin/top/Makefile
+++ b/usr.bin/top/Makefile
@@ -4,7 +4,7 @@ PROG= top
TOPDIR= ${.CURDIR}/../../contrib/top
.PATH: ${TOPDIR}
-CFLAGS+= -DHAVE_GETOPT -I${.CURDIR} -I${TOPDIR} -I. -DORDER
+CFLAGS+= -DHAVE_GETOPT -DHAVE_STRERROR -I${.CURDIR} -I${TOPDIR} -I. -DORDER
WARNS?= 0
OpenPOWER on IntegriCloud