forked from osmocom/wireshark
Add ws_version.h to wireshark.h
parent
9b62d8ba05
commit
9a52634c5f
|
@ -2,3 +2,4 @@ usr/lib/*/libwsutil.so
|
|||
include/*.h usr/include/wireshark
|
||||
wsutil/*.h usr/include/wireshark/wsutil
|
||||
wsutil/wmem/*.h usr/include/wireshark/wsutil/wmem
|
||||
usr/include/wireshark/ws_version.h
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
#define WS_BUILD_DLL
|
||||
#include <wireshark.h>
|
||||
#include <ws_version.h>
|
||||
#include <epan/packet.h>
|
||||
#include <epan/proto.h>
|
||||
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
* Only public headers and symbols can be included here. Nothing related
|
||||
* with configuration.
|
||||
*/
|
||||
#include <ws_version.h>
|
||||
|
||||
#include <ws_attributes.h>
|
||||
#include <ws_compiler_tests.h>
|
||||
#include <ws_diag_control.h>
|
||||
|
|
Loading…
Reference in New Issue