summaryrefslogtreecommitdiffstats
path: root/src/portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable.h')
-rw-r--r--src/portable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/portable.h b/src/portable.h
index cbd8df0..f698e32 100644
--- a/src/portable.h
+++ b/src/portable.h
@@ -3,6 +3,7 @@
#include <sys/types.h>
#include <stdio.h>
+#include <qglobal.h>
#if defined(_WIN32)
typedef __int64 portable_off_t;
@@ -21,6 +22,7 @@ void portable_setenv(const char *variable,const char *value);
void portable_unsetenv(const char *variable);
portable_off_t portable_fseek(FILE *f,portable_off_t offset, int whence);
portable_off_t portable_ftell(FILE *f);
+FILE * portable_fopen(const char *fileName,const char *mode);
char portable_pathSeparator();
char portable_pathListSeparator();
const char * portable_ghostScriptCommand();