diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2012-11-30 15:51:12 +0200 |
---|---|---|
committer | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-11-30 14:54:31 +0100 |
commit | 89aee32669a4f31b1575e9e3c981d6984ce3512c (patch) | |
tree | bc5de515de21fda4a9e7c3ccb8c78df3c31dc71d /vpn | |
parent | b8ae9e6be5bb7d44895c3b21d33ae59df4d3fcde (diff) | |
download | connman-89aee32669a4f31b1575e9e3c981d6984ce3512c.tar.gz connman-89aee32669a4f31b1575e9e3c981d6984ce3512c.tar.bz2 connman-89aee32669a4f31b1575e9e3c981d6984ce3512c.zip |
pptp: Header file was missing
Diffstat (limited to 'vpn')
-rw-r--r-- | vpn/plugins/pptp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vpn/plugins/pptp.c b/vpn/plugins/pptp.c index 7b2844e7..72696295 100644 --- a/vpn/plugins/pptp.c +++ b/vpn/plugins/pptp.c @@ -45,6 +45,7 @@ #include <connman/vpn-dbus.h> #include "../vpn-provider.h" +#include "../vpn-agent.h" #include "vpn.h" |