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

Wireshark-commits: [Wireshark-commits] rev 41847: /trunk/ui/qt/ /trunk/ui/qt/: main.cpp

Date: Fri, 30 Mar 2012 14:55:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41847

User: jmayer
Date: 2012/03/30 07:55 AM

Log:
 gcc 4.7 would complain that the getopt stuff was not declared.
 Looks like getopt.h was silently included somewhere in gcc-4.6's
 includes. Explicitely include <getopt.h>. No idea whether this
 is the correct fix.
 Whitespace change: indent includes, if they are inside a conditional.

Directory: /trunk/ui/qt/
  Changes    Path          Action
  +19 -17    main.cpp      Modified