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