diff options
Diffstat (limited to 'gmt2local.c')
-rw-r--r-- | gmt2local.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gmt2local.c b/gmt2local.c index 1fe0e8a..d6cd93b 100644 --- a/gmt2local.c +++ b/gmt2local.c @@ -19,16 +19,11 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.9 2003-11-16 09:36:09 guy Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include <tcpdump-stdinc.h> +#include <netdissect-stdinc.h> #include <stdio.h> |