Add missing header, fix macOS build

This commit is contained in:
João Valverde 2021-12-19 19:09:05 +00:00
parent 3b675f0fc1
commit 737d1dc125
2 changed files with 1 additions and 4 deletions

View File

@ -10,8 +10,6 @@
#include "config.h"
#include <glib.h>
#include "crash_info.h"
#ifdef __APPLE__

View File

@ -11,8 +11,7 @@
#ifndef __CRASH_INFO_H__
#define __CRASH_INFO_H__
#include "ws_symbol_export.h"
#include "ws_attributes.h"
#include <wireshark.h>
#ifdef __cplusplus
extern "C" {