I had to add an include for config.h in order to compile
print-arcnet.c. Here is the patch.

/js

Index: print-arcnet.c
===================================================================
RCS file: /tcpdump/master/tcpdump/print-arcnet.c,v
retrieving revision 1.1
diff -u -r1.1 print-arcnet.c
--- print-arcnet.c      2001/04/17 08:39:19     1.1
+++ print-arcnet.c      2001/04/23 14:32:42
@@ -25,6 +25,10 @@
     "@(#) $Header: /tcpdump/master/tcpdump/print-arcnet.c,v 1.1 2001/04/17 08:39:19 
guy Exp $ (LBL)";
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/socket.h>
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to