summaryrefslogtreecommitdiff
path: root/include/progname.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/progname.h')
-rw-r--r--include/progname.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/progname.h b/include/progname.h
index 6902b75..23f7ef6 100644
--- a/include/progname.h
+++ b/include/progname.h
@@ -19,12 +19,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef KPATHSEA_PROGNAME_H
#define KPATHSEA_PROGNAME_H
-#include <kpathsea/c-proto.h>
-#include <kpathsea/types.h>
+#include "c-proto.h"
+#include "types.h"
-extern DllImport string program_invocation_name;
-extern DllImport string program_invocation_short_name;
-extern DllImport string kpse_program_name;
+extern string program_invocation_name;
+extern string program_invocation_short_name;
+extern string kpse_program_name;
/* Set the first two variables above (if they're not predefined) to a copy
of ARGV0 and everything in ARGV0 after the last directory separator,