summaryrefslogtreecommitdiff
path: root/src/lsof.cpp
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-18 21:10:39 +0100
committerinfirit <[email protected]>2014-12-18 21:10:39 +0100
commit5c7c8d8b2f7efc5b22b5203c1b4d89b7f7c4eba0 (patch)
tree09aa08b1576c311ed27a8d4c45a90b74de8b972a /src/lsof.cpp
parentaa014c631614d23a0617b773c37da8b6a6d014de (diff)
downloadmate-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/lsof.cpp')
-rw-r--r--src/lsof.cpp2
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"