diff options
author | Martin Kaiser <wireshark@kaiser.cx> | 2013-08-01 22:21:53 +0000 |
---|---|---|
committer | Martin Kaiser <wireshark@kaiser.cx> | 2013-08-01 22:21:53 +0000 |
commit | 6ae3372687957dfbda6352598aee00e84f83f7da (patch) | |
tree | c0d6aef028812037eb901f12b4d790e88dd24208 /tshark.c | |
parent | b05d5554ed7151bae47863914401a87d571b9119 (diff) | |
download | wireshark-6ae3372687957dfbda6352598aee00e84f83f7da.tar.gz wireshark-6ae3372687957dfbda6352598aee00e84f83f7da.tar.bz2 wireshark-6ae3372687957dfbda6352598aee00e84f83f7da.zip |
fix buildbot error on OSX-10.6-x64
include capture_opts.h
svn path=/trunk/; revision=51099
Diffstat (limited to 'tshark.c')
-rw-r--r-- | tshark.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ #include "capture-wpcap.h" #include <wsutil/unicode-utils.h> #endif /* _WIN32 */ +#include "capture_opts.h" #include "capture_session.h" #include "capture_sync.h" #include "capture_opts.h" |