diff options
Diffstat (limited to 'libnm-core/nm-setting-adsl.h')
| -rw-r--r-- | libnm-core/nm-setting-adsl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-adsl.h b/libnm-core/nm-setting-adsl.h index 5afbe5bf..4f04355e 100644 --- a/libnm-core/nm-setting-adsl.h +++ b/libnm-core/nm-setting-adsl.h @@ -26,7 +26,7 @@ #error "Only <NetworkManager.h> can be included directly." #endif -#include <nm-setting.h> +#include "nm-setting.h" G_BEGIN_DECLS @@ -56,6 +56,8 @@ G_BEGIN_DECLS /** * NMSettingAdsl: + * + * ADSL Settings */ struct _NMSettingAdsl { NMSetting parent; |