aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-net-monitor.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@src.gnome.org>2009-03-12 22:47:55 +0800
committerBenjamin Otte <otte@src.gnome.org>2009-03-12 22:47:55 +0800
commit51cf7473e5f18cc62d0aec64d468d20b68b92452 (patch)
tree7e08ff13f9e13cf1f6499fc9b7e0c567ee7921b9 /src/ephy-net-monitor.c
parente77131ccda31af1df0f1e979d6cd3588d869817f (diff)
downloadgsoc2013-epiphany-51cf7473e5f18cc62d0aec64d468d20b68b92452.tar
gsoc2013-epiphany-51cf7473e5f18cc62d0aec64d468d20b68b92452.tar.gz
gsoc2013-epiphany-51cf7473e5f18cc62d0aec64d468d20b68b92452.tar.bz2
gsoc2013-epiphany-51cf7473e5f18cc62d0aec64d468d20b68b92452.tar.lz
gsoc2013-epiphany-51cf7473e5f18cc62d0aec64d468d20b68b92452.tar.xz
gsoc2013-epiphany-51cf7473e5f18cc62d0aec64d468d20b68b92452.tar.zst
gsoc2013-epiphany-51cf7473e5f18cc62d0aec64d468d20b68b92452.zip
detect NetworkManager using pkg-config
svn path=/trunk/; revision=8873
Diffstat (limited to 'src/ephy-net-monitor.c')
-rw-r--r--src/ephy-net-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-net-monitor.c b/src/ephy-net-monitor.c
index 762a9fb8f..69f8be7b7 100644
--- a/src/ephy-net-monitor.c
+++ b/src/ephy-net-monitor.c
@@ -26,7 +26,7 @@
#include "ephy-debug.h"
#include "ephy-prefs.h"
-#include <NetworkManager/NetworkManager.h>
+#include <NetworkManager.h>
#include <gmodule.h>