summaryrefslogtreecommitdiff
path: root/src/port/sys_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/sys_internal.h')
-rw-r--r--src/port/sys_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/port/sys_internal.h b/src/port/sys_internal.h
index f6fa301..b673c21 100644
--- a/src/port/sys_internal.h
+++ b/src/port/sys_internal.h
@@ -145,6 +145,9 @@
#if OS_MINOR_VERSION == 10
#define HAVE_LOCK_F
#define HAVE_LOCALTIME_R
+#define HAVE_DLFCN
+//#define NEEDS_LINK_H
+#define WOLF_LIBRARY_DLERROR_CONST
#else
#error unknown platform
#endif /* OS_MINOR_VERSION == 10 */