diff options
Diffstat (limited to 'libnm-core/nm-setting-pppoe.h')
| -rw-r--r-- | libnm-core/nm-setting-pppoe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-pppoe.h b/libnm-core/nm-setting-pppoe.h index 1f5b6ed9..b6717cde 100644 --- a/libnm-core/nm-setting-pppoe.h +++ b/libnm-core/nm-setting-pppoe.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 @@ -47,6 +47,8 @@ G_BEGIN_DECLS /** * NMSettingPppoe: + * + * PPP-over-Ethernet Settings */ struct _NMSettingPppoe { NMSetting parent; |