From bc489758c0fe0e33863da8fbf5c738b63c5c8145 Mon Sep 17 00:00:00 2001 From: johan 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/conv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/hexdump/conv.c') diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index 5d8ade9..9668780 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.1