summaryrefslogtreecommitdiff
path: root/src/seat-xvnc.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-12-12 15:07:48 +1100
committerRobert Ancell <robert.ancell@canonical.com>2011-12-12 15:07:48 +1100
commitfbd119e8c1639e4f70bcba744a8f2997eda8ae9e (patch)
tree92bf2c1c0b7353a59810afdf2cf7d16eec6c11e5 /src/seat-xvnc.c
parent77dc4e6b4f4bc2a3d15ff294b4ef8d38f00d54d2 (diff)
downloadlightdm-git-fbd119e8c1639e4f70bcba744a8f2997eda8ae9e.tar.gz
Add missing header to remove compile warning
Diffstat (limited to 'src/seat-xvnc.c')
-rw-r--r--src/seat-xvnc.c1
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);