summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtool.cpp')
-rw-r--r--buildtool.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtool.cpp b/buildtool.cpp
index 34f542b3e..f4a8d0210 100644
--- a/buildtool.cpp
+++ b/buildtool.cpp
@@ -37,9 +37,10 @@
*
*/
-#define BUILDTOOL_VERSION "BuildTool v0.6.6, 2007 Bob Jamison"
+#define BUILDTOOL_VERSION "BuildTool v0.6.7, 2007 Bob Jamison"
#include <stdio.h>
+#include <fcntl.h>
#include <unistd.h>
#include <stdarg.h>
#include <sys/stat.h>