summaryrefslogtreecommitdiff
path: root/tools/checkwps/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/file.h')
-rw-r--r--tools/checkwps/file.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/checkwps/file.h b/tools/checkwps/file.h
new file mode 100644
index 0000000000..4256c1ee37
--- /dev/null
+++ b/tools/checkwps/file.h
@@ -0,0 +1,7 @@
1#ifndef MAX_PATH
2#define MAX_PATH 260
3#endif
4
5/* Wrapper - required for O_RDONLY */
6
7#include <fcntl.h>