diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index f5e0d16641b9..e105c5c02e71 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -1,4 +1,4 @@ -/* $NetBSD: display.c,v 1.15 2003/09/09 09:45:47 wiz Exp $ */ +/* $NetBSD: display.c,v 1.16 2003/09/12 12:59:34 cl Exp $ */ /* * Copyright (c) 1989, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: display.c,v 1.15 2003/09/09 09:45:47 wiz Exp $"); +__RCSID("$NetBSD: display.c,v 1.16 2003/09/12 12:59:34 cl Exp $"); #endif #endif /* not lint */ @@ -44,6 +44,7 @@ __RCSID("$NetBSD: display.c,v 1.15 2003/09/09 09:45:47 wiz Exp $"); #include #include #include +#include #include #include #include