[gnome-system-monitor] Fix build by changing include in lsof.cpp



commit 9b2489dafe3cb0a8792bed564f27f3f168a55b6a
Author: Chris KÃhl <chrisk openismus com>
Date:   Wed Nov 23 15:50:13 2011 +0100

    Fix build by changing include in lsof.cpp

 src/lsof.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lsof.cpp b/src/lsof.cpp
index 95685d0..98ed99d 100644
--- a/src/lsof.cpp
+++ b/src/lsof.cpp
@@ -14,7 +14,7 @@
 #include <sstream>
 #include <iterator>
 
-#include "regex.h"
+#include <glibmm/regex.h>
 
 #include "procman.h"
 #include "lsof.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]