summaryrefslogtreecommitdiff
path: root/wiretap/ber.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ber.h')
-rw-r--r--wiretap/ber.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/ber.h b/wiretap/ber.h
index 5d1469ddcc..c920317da1 100644
--- a/wiretap/ber.h
+++ b/wiretap/ber.h
@@ -23,7 +23,9 @@
#ifndef __BER_H__
#define __BER_H__
#include <glib.h>
+#include "ws_symbol_export.h"
+WS_DLL_LOCAL
int ber_open(wtap *wth, int *err, gchar **err_info);
#endif