aboutsummaryrefslogtreecommitdiffstats
path: root/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'support.h')
-rw-r--r--support.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/support.h b/support.h
index 9e1a1b866..fc0e20559 100644
--- a/support.h
+++ b/support.h
@@ -3,6 +3,12 @@
#include <libgen.h>
#endif
+#ifndef HAVE_LANGINFO_CODESET
+#define CODESET ((nl_item) 1)
+typedef int nl_item;
+char *nl_langinfo(nl_item);
+#endif
+
char *concat_path(char *p1, char *p2);
#ifndef HAVE_BASENAME