Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1665] New: latest capture_opts.c breaks compilation

Date: Mon, 25 Jun 2007 13:23:06 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1665

           Summary: latest capture_opts.c breaks compilation
           Product: Wireshark
           Version: 0.99.6
          Platform: Other
        OS/Version: OpenBSD
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: nikns@xxxxxxxxx


Build Information:
wireshark 0.99.6pre1.
--
types.h needed before in.h at least on openbsd system

--- capture_opts.c.orig Fri Jun 22 20:34:04 2007
+++ capture_opts.c      Mon Jun 25 16:08:53 2007
@@ -31,6 +31,10 @@
 #include <string.h>
 #include <ctype.h>

+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+
 #ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
 #endif


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.