diff options
author | Jörg Mayer <jmayer@loplof.de> | 2006-11-14 20:08:44 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2006-11-14 20:08:44 +0000 |
commit | c3814a25deea9c67ee0e76aadc5050751edf3e10 (patch) | |
tree | abd444c645fd0f670c78c1bd283875f2b5684557 /getopt.c | |
parent | 0d413cf57ea174828844fc754a53f9805031471f (diff) | |
download | wireshark-c3814a25deea9c67ee0e76aadc5050751edf3e10.tar.gz wireshark-c3814a25deea9c67ee0e76aadc5050751edf3e10.tar.bz2 wireshark-c3814a25deea9c67ee0e76aadc5050751edf3e10.zip |
nikai@nikai.net:
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1225
Attempting a simple cleanup of duplicated includes, will attach patch.
svn path=/trunk/; revision=19894
Diffstat (limited to 'getopt.c')
-rw-r--r-- | getopt.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -167,7 +167,6 @@ static enum because there are many ways it can cause trouble. On some systems, it contains special magic macros that don't work in GCC. */ -#include <string.h> #define my_index strchr #else |