diff options
author | David Zeuthen <davidz@redhat.com> | 2010-08-09 14:58:17 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2010-08-09 15:01:23 -0400 |
commit | 7b0c5269dadec47e55beca398ce6d571b32438e6 (patch) | |
tree | e2493e799526fe0c4456ff98e07e4143a508d498 /src/polkitbackend/polkitbackendauthority.h | |
parent | a87f392f05d341c5628939b110ae018af33fabb1 (diff) |
Properly reference headers
Based on a patch from Jonathan Conder <j@skurvy.no-ip.org>, see
https://bugs.freedesktop.org/show_bug.cgi?id=25798
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'src/polkitbackend/polkitbackendauthority.h')
-rw-r--r-- | src/polkitbackend/polkitbackendauthority.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polkitbackend/polkitbackendauthority.h b/src/polkitbackend/polkitbackendauthority.h index e9879a7..7c6dc6d 100644 --- a/src/polkitbackend/polkitbackendauthority.h +++ b/src/polkitbackend/polkitbackendauthority.h @@ -28,7 +28,8 @@ #include <glib-object.h> -#include "polkitbackendtypes.h" +#include <polkit/polkit.h> +#include <polkitbackend/polkitbackendtypes.h> G_BEGIN_DECLS |