diff options
author | kotontrion <[email protected]> | 2024-07-21 10:46:39 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-21 10:46:39 +0200 |
commit | d5596c421da581479382394a6ead9bb422779564 (patch) | |
tree | 32f179df014a03c175fed98f38697135ca7838e8 /src/profile.c | |
parent | af2ae01f168d3eb1f622de0112c959e1390883e0 (diff) |
add icons
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; |