diff options
Diffstat (limited to 'libnm-core/nm-setting-ppp.h')
| -rw-r--r-- | libnm-core/nm-setting-ppp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-ppp.h b/libnm-core/nm-setting-ppp.h index a835ef8a..01536d84 100644 --- a/libnm-core/nm-setting-ppp.h +++ b/libnm-core/nm-setting-ppp.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 @@ -61,6 +61,8 @@ G_BEGIN_DECLS /** * NMSettingPpp: + * + * Point-to-Point Protocol Settings */ struct _NMSettingPpp { NMSetting parent; |