diff options
Diffstat (limited to 'src/profile.c')
-rw-r--r-- | src/profile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profile.c b/src/profile.c index cb32240..291dc7f 100644 --- a/src/profile.c +++ b/src/profile.c @@ -1,6 +1,7 @@ -#include <wp/wp.h> #include "profile.h" +#include <wp/wp.h> + struct _AstalWpProfile { GObject parent_instance; |