summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-02-23 13:57:26 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-02-23 13:57:26 +0000
commitea952687e7b1ae64c4c30c8eb66bd875d75fec2d (patch)
treebb58d72238c9512c777763b98f935c9d97665ada /src/extension/system.cpp
parentGet text from selected row rather than from entry box. (diff)
downloadinkscape-ea952687e7b1ae64c4c30c8eb66bd875d75fec2d.tar.gz
inkscape-ea952687e7b1ae64c4c30c8eb66bd875d75fec2d.zip
Fix missing headers for Gtk+ 3 build
Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
Diffstat (limited to 'src/extension/system.cpp')
-rw-r--r--src/extension/system.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp
index a9ca5c456..56cc6d1af 100644
--- a/src/extension/system.cpp
+++ b/src/extension/system.cpp
@@ -22,6 +22,7 @@
#include <interface.h>
#include <unistd.h>
+#include <glibmm/miscutils.h>
#include "system.h"
#include "preferences.h"