From ed237c129d8445a45dbe5e8819353c468e6d24ee Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Wed, 12 Apr 2000 21:52:11 +0000 Subject: Build tethereal and editcap on Win32. Add RCS ID tags to Makefile.nmake's. svn path=/trunk/; revision=1836 --- editcap.c | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'editcap.c') diff --git a/editcap.c b/editcap.c index 5efff45f75..63f79fba9b 100644 --- a/editcap.c +++ b/editcap.c @@ -1,21 +1,40 @@ /* Edit capture files. We can delete records, or simply convert from one * format to another format. * - * $Id: editcap.c,v 1.6 2000/01/17 20:21:40 guy Exp $ + * $Id: editcap.c,v 1.7 2000/04/12 21:51:27 gram Exp $ * * Originally written by Richard Sharpe. * Improved by Guy Harris. * Further improved by Richard Sharpe. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include + +#ifdef HAVE_UNISTD_H #include +#endif + +#ifdef HAVE_SYS_TIME_H #include +#endif + +#ifdef HAVE_WINSOCK_H +#include +#endif + #include #include "wtap.h" +#ifdef NEED_GETOPT_H +#include "getopt.h" +#endif + /* * Some globals so we can pass things to various routines */ -- cgit v1.2.3