summaryrefslogtreecommitdiff
path: root/src/detect.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-28 07:21:07 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-28 07:21:07 +0100
commit62dd8d00c2f5b7bf19b44e7541aa419cd50dd104 (patch)
treede67da8073ecc4d1227f9df041fb41441d0c2ab0 /src/detect.c
parent4d49d7072590206594f1f6e2e591b8bd9e25712e (diff)
downloadconnman-62dd8d00c2f5b7bf19b44e7541aa419cd50dd104.tar.gz
connman-62dd8d00c2f5b7bf19b44e7541aa419cd50dd104.tar.bz2
connman-62dd8d00c2f5b7bf19b44e7541aa419cd50dd104.zip
Add missing includes
Diffstat (limited to 'src/detect.c')
-rw-r--r--src/detect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/detect.c b/src/detect.c
index bac075b3..c6988df8 100644
--- a/src/detect.c
+++ b/src/detect.c
@@ -35,6 +35,8 @@
#include <linux/if_arp.h>
#include <linux/wireless.h>
+#include <glib.h>
+
#include <connman/device.h>
#include <connman/rtnl.h>
#include <connman/log.h>