diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-12-12 15:07:48 +1100 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-12-12 15:07:48 +1100 |
commit | fbd119e8c1639e4f70bcba744a8f2997eda8ae9e (patch) | |
tree | 92bf2c1c0b7353a59810afdf2cf7d16eec6c11e5 /src | |
parent | 77dc4e6b4f4bc2a3d15ff294b4ef8d38f00d54d2 (diff) | |
download | lightdm-fbd119e8c1639e4f70bcba744a8f2997eda8ae9e.tar.gz |
Add missing header to remove compile warning
Diffstat (limited to 'src')
-rw-r--r-- | src/seat-xvnc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/seat-xvnc.c b/src/seat-xvnc.c index 472d0822..de3574ae 100644 --- a/src/seat-xvnc.c +++ b/src/seat-xvnc.c @@ -12,6 +12,7 @@ #include "seat-xvnc.h" #include "xserver-xvnc.h" #include "xsession.h" +#include "configuration.h" G_DEFINE_TYPE (SeatXVNC, seat_xvnc, SEAT_TYPE); |