diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-03-13 19:28:54 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-03-13 19:28:54 +0000 |
| commit | 3f96df7a25c78af4368f5f8b8e6f8e5a3f71c137 (patch) | |
| tree | 83963f3593352c3d7b96faca66c353649c8fbae2 /src/io/sys.cpp | |
| parent | Make linux JVM search a little smarter, taking Ted's advice for IcedTea (diff) | |
| download | inkscape-3f96df7a25c78af4368f5f8b8e6f8e5a3f71c137.tar.gz inkscape-3f96df7a25c78af4368f5f8b8e6f8e5a3f71c137.zip | |
fix compile
(bzr r5085)
Diffstat (limited to 'src/io/sys.cpp')
| -rw-r--r-- | src/io/sys.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io/sys.cpp b/src/io/sys.cpp index b184988fd..2f1b92b40 100644 --- a/src/io/sys.cpp +++ b/src/io/sys.cpp @@ -16,6 +16,7 @@ #endif #include <glib/gutils.h> +#include <glibmm/fileutils.h> #if GLIB_CHECK_VERSION(2,6,0) #include <glib/gstdio.h> #endif |
