about summary refs log tree commit diff
path: root/iconv
diff options
context:
space:
mode:
Diffstat (limited to 'iconv')
-rw-r--r--iconv/skeleton.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/iconv/skeleton.c b/iconv/skeleton.c
index fd58be8f4f..350b532e3a 100644
--- a/iconv/skeleton.c
+++ b/iconv/skeleton.c
@@ -87,6 +87,10 @@
 # include <dlfcn.h>
 #endif
 
+#ifndef DL_CALL_FCT
+# define DL_CALL_FCT(fct, args) fct args
+#endif
+
 /* The direction objects.  */
 #if DEFINE_DIRECTION_OBJECTS || DEFINE_INIT
 static int from_object;