mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-19 03:00:55 +01:00
* include NetworkManagerVPN.h
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1454 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
5167dc508c
commit
f8847439ae
1 changed files with 2 additions and 1 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#include <netdb.h>
|
||||
|
||||
#include <NetworkManager/NetworkManager.h>
|
||||
#include <NetworkManager/NetworkManagerVPN.h>
|
||||
|
||||
#include "nm-pptp-service.h"
|
||||
#include "nm-utils.h"
|
||||
|
|
@ -67,7 +68,7 @@ static const char *pppd_binary_paths[] =
|
|||
|
||||
typedef struct NmPPTPData
|
||||
{
|
||||
GMainLoop * loop;
|
||||
GMainLoop *loop;
|
||||
DBusConnection *con;
|
||||
NMVPNState state;
|
||||
GPid pid;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue