plugins.example: Add missing header

Fixes 9bdccce574.
This commit is contained in:
João Valverde 2021-11-19 20:05:11 +00:00
parent 72c5efea1b
commit b657396d44
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#define WS_BUILD_DLL
#include <wireshark.h>
#include <ws_version.h>
#include <epan/packet.h>
#include <epan/proto.h>