From 7eaedc0cd3221c31679eef1550163074c16d5166 Mon Sep 17 00:00:00 2001 From: Johan Karlsson Date: Fri, 16 Jul 2004 11:07:07 +0000 Subject: Include to get memset and strcmp prototype. Sort includes. This is now WARNS=2 clean, bump WARNS to keep it clean. --- usr.bin/hexdump/Makefile | 1 + usr.bin/hexdump/conv.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/hexdump') diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index 4cd3cc5dc62f..be572cf9ffdb 100644 --- a/usr.bin/hexdump/Makefile +++ b/usr.bin/hexdump/Makefile @@ -7,5 +7,6 @@ MAN= hexdump.1 od.1 MLINKS= hexdump.1 hd.1 LINKS= ${BINDIR}/hexdump ${BINDIR}/od LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd +WARNS?= 2 .include diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index 5d8ade9ed0fc..9668780677b0 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -40,10 +40,11 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include +#include #include +#include #include #include #include "hexdump.h" -- cgit v1.2.3