diff options
author | João Valverde <joao.valverde@tecnico.ulisboa.pt> | 2016-03-14 19:03:11 +0000 |
---|---|---|
committer | João Valverde <j@v6e.pt> | 2016-04-04 23:05:31 +0000 |
commit | ecb4dc396ef71feb67aeda7603e09b0cea0bc920 (patch) | |
tree | 18c03d5662172f826f9797f56b8ff177c326c526 /capinfos.c | |
parent | be96c3d64c9d5838e7319d5dd4a2ecd45897a024 (diff) | |
download | wireshark-ecb4dc396ef71feb67aeda7603e09b0cea0bc920.tar.gz wireshark-ecb4dc396ef71feb67aeda7603e09b0cea0bc920.tar.bz2 wireshark-ecb4dc396ef71feb67aeda7603e09b0cea0bc920.zip |
Include ws_diag_control.h in config.h
Change-Id: Ia394071710ecda3b0e6686a51fbca45a8ff20317
Reviewed-on: https://code.wireshark.org/review/14749
Petri-Dish: João Valverde <j@v6e.pt>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'capinfos.c')
-rw-r--r-- | capinfos.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/capinfos.c b/capinfos.c index 2476a62a18..b43f3083b0 100644 --- a/capinfos.c +++ b/capinfos.c @@ -74,7 +74,6 @@ #include <wsutil/crash_info.h> #include <wsutil/filesystem.h> #include <wsutil/privileges.h> -#include <wsutil/ws_diag_control.h> #include <wsutil/ws_version_info.h> #include <wiretap/wtap_opttypes.h> #include <wiretap/pcapng.h> |