summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libldetect.h b/libldetect.h
index 2e663bb..4e9b2d1 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -1,3 +1,4 @@
+#pragma GCC visibility push(default)
#ifndef LIBLDETECT
#define LIBLDETECT
@@ -69,3 +70,4 @@ extern void dmi_entries_free(struct dmi_entries entries);
extern char *dmidecode_file;
#endif
+#pragma GCC visibility pop