summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"