summary refs log tree commit diff
path: root/libnm-core/nm-setting-vpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-vpn.h')
-rw-r--r--libnm-core/nm-setting-vpn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-vpn.h b/libnm-core/nm-setting-vpn.h
index 539656f8..115aa867 100644
--- a/libnm-core/nm-setting-vpn.h
+++ b/libnm-core/nm-setting-vpn.h
@@ -27,7 +27,7 @@
 #error "Only <NetworkManager.h> can be included directly."
 #endif
 
-#include <nm-setting.h>
+#include "nm-setting.h"
 
 G_BEGIN_DECLS
 
@@ -49,6 +49,8 @@ G_BEGIN_DECLS
 
 /**
  * NMSettingVpn:
+ *
+ * VPN Settings
  */
 struct _NMSettingVpn {
 	NMSetting parent;