[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wireshark-bugs
Subject:    [Wireshark-bugs] [Bug 1665] New: latest capture_opts.c breaks
From:       bugzilla-daemon () wireshark ! org
Date:       2007-06-25 13:23:06
Message-ID: bug-1665-15 () http ! bugs ! wireshark ! org/bugzilla/
[Download RAW message or body]

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@wireshark.org
        ReportedBy: nikns@secure.lv


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.
_______________________________________________
Wireshark-bugs mailing list
Wireshark-bugs@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-bugs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic