diff options
author | infirit <[email protected]> | 2014-12-18 21:10:39 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-18 21:10:39 +0100 |
commit | 5c7c8d8b2f7efc5b22b5203c1b4d89b7f7c4eba0 (patch) | |
tree | 09aa08b1576c311ed27a8d4c45a90b74de8b972a /src | |
parent | aa014c631614d23a0617b773c37da8b6a6d014de (diff) | |
download | mate-system-monitor-5c7c8d8b2f7efc5b22b5203c1b4d89b7f7c4eba0.tar.bz2 mate-system-monitor-5c7c8d8b2f7efc5b22b5203c1b4d89b7f7c4eba0.tar.xz |
lsof: Use glibmm/regex.h
Seems to make no difference but according to GSM commit
9b2489dafe3cb0a8792bed564f27f3f168a55b6a it broke the build.
As it works fine on Gtk+2 let's switch as well.
Diffstat (limited to 'src')
-rw-r--r-- | src/lsof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsof.cpp b/src/lsof.cpp index e3305dd..56a5bfa 100644 --- a/src/lsof.cpp +++ b/src/lsof.cpp @@ -15,7 +15,7 @@ #include <sstream> #include <iterator> -#include "regex.h" +#include <glibmm/regex.h> #include "procman.h" #include "lsof.h" |