Add wsutil/glib-compat.h to wireshark.h

We are already adding glib.h, we should include glib-compat.h
as well in the base environment.
This commit is contained in:
João Valverde 2021-12-16 14:17:18 +00:00 committed by Wireshark GitLab Utility
parent 689976477a
commit 64e8a2817e
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@
#include <wsutil/ws_assert.h>
#include <wsutil/wslog.h>
#include <wsutil/glib-compat.h>
#endif /* __WIRESHARK_H__ */