summaryrefslogtreecommitdiff
path: root/wsutil/crash_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/crash_info.h')
-rw-r--r--wsutil/crash_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wsutil/crash_info.h b/wsutil/crash_info.h
index 43ccc5c9eb..d19ce6bcc5 100644
--- a/wsutil/crash_info.h
+++ b/wsutil/crash_info.h
@@ -25,10 +25,13 @@
#ifndef __CRASH_INFO_H__
#define __CRASH_INFO_H__
+#include "ws_symbol_export.h"
+
#ifdef __cplusplus
extern "C" {
#endif
+WS_DLL_PUBLIC
extern void ws_add_crash_info(const char *fmt, ...)
G_GNUC_PRINTF(1,2);