diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-03-13 18:53:45 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-03-13 18:53:45 +0000 |
| commit | d82bc09ba42b08079972bd15545e4933c8424a10 (patch) | |
| tree | dbcc8be40c8b4bfa4d969f55410f26fbf25dfa6e /buildtool.cpp | |
| parent | commas in file names. oops. (diff) | |
| download | inkscape-d82bc09ba42b08079972bd15545e4933c8424a10.tar.gz inkscape-d82bc09ba42b08079972bd15545e4933c8424a10.zip | |
tweak to compile on linux
(bzr r2633)
Diffstat (limited to 'buildtool.cpp')
| -rw-r--r-- | buildtool.cpp | 3 |
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> |
