summaryrefslogtreecommitdiff
path: root/include/concatn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/concatn.h')
-rw-r--r--include/concatn.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/concatn.h b/include/concatn.h
index 311f2d1..aa87840 100644
--- a/include/concatn.h
+++ b/include/concatn.h
@@ -22,12 +22,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef KPATHSEA_CONCATN_H
#define KPATHSEA_CONCATN_H
-#include <kpathsea/c-proto.h>
-#include <kpathsea/c-vararg.h>
-#include <kpathsea/types.h>
+#include "c-proto.h"
+#include "c-vararg.h"
+#include "types.h"
/* Concatenate a null-terminated list of strings and return the result
in malloc-allocated memory. */
-extern DllImport string concatn PVAR1H(const_string str1);
+extern string concatn PVAR1H(const_string str1);
#endif /* not KPATHSEA_CONCATN_H */