From 5c7c8d8b2f7efc5b22b5203c1b4d89b7f7c4eba0 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 18 Dec 2014 21:10:39 +0100 Subject: 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. --- src/lsof.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include "regex.h" +#include #include "procman.h" #include "lsof.h" -- cgit v1.2.1