summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Hasselmann <mathias@openismus.com>2012-10-22 18:46:43 +0200
committerMathias Hasselmann <mathias@openismus.com>2012-10-22 18:46:43 +0200
commit5f259f9fc6fa282c18c1ebb8d2f6c51688e5f585 (patch)
treedaee2913a7bc4327df95d06de74b12f0468c916b
parent8a00a1632917f5053d78e35578acb97653fa5462 (diff)
downloadgrilo-mocking.tar.gz
net: Enable proper log domain for mockingmocking
-rw-r--r--libs/net/grl-net-mock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/net/grl-net-mock.c b/libs/net/grl-net-mock.c
index f7b489a..e2fad15 100644
--- a/libs/net/grl-net-mock.c
+++ b/libs/net/grl-net-mock.c
@@ -34,6 +34,7 @@
#include <grl-log.h>
#include "grl-net-mock-private.h"
+#include "grl-net-private.h"
static GKeyFile *config = NULL;
static GRegex *ignored_parameters = NULL;