]> The Tcpdump Group git mirrors - tcpdump/blobdiff - gmt2local.c
Default to first interface from pcap_findalldevs()
[tcpdump] / gmt2local.c
index 68495741d608e73ff197c78f49382195f1ee76f1..d6cd93b8532bf31543884b90f2e52d089bae5f09 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/gmt2local.c,v 1.2 1999-10-07 23:47:10 mcr Exp $ (LBL)";
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
-#include <sys/types.h>
-#include <sys/time.h>
+#include <netdissect-stdinc.h>
 
 #include <stdio.h>
-#ifdef TIME_WITH_SYS_TIME
-#include <time.h>
-#endif
 
-#include "gnuc.h"
 #ifdef HAVE_OS_PROTO_H
 #include "os-proto.h"
 #endif