summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-05-21 00:07:05 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-05-21 00:07:05 -0700
commitd0656e6ee69f695a568a686312fec5127392371c (patch)
tree153ef3278eee7afa98898d46ecc811f62b1229e1 /src/connman.h
parentfc2cca4fa403a4a22caa0f6111c43be40e6094e3 (diff)
downloadconnman-d0656e6ee69f695a568a686312fec5127392371c.tar.gz
connman-d0656e6ee69f695a568a686312fec5127392371c.tar.bz2
connman-d0656e6ee69f695a568a686312fec5127392371c.zip
Add skeleton for generic INET helpers
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index b2522a17..7f85da2d 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -89,6 +89,8 @@ int __connman_security_check_privilege(DBusMessage *message,
const char *__connman_ipv4_method2string(enum connman_ipv4_method method);
enum connman_ipv4_method __connman_ipv4_string2method(const char *method);
+#include <connman/inet.h>
+
#include <connman/ipconfig.h>
#include <connman/resolver.h>