summaryrefslogtreecommitdiff
path: root/src/vt.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-07-04 14:01:52 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-07-04 14:01:52 +1000
commit5372aa1c34db925fabae586e6003d58908e9e307 (patch)
tree175b9a3f83e2cfd5f6ab334c3c9ffa67e3b4aa19 /src/vt.h
parentfe35445bb3a63ef92d623591f54a4a87f7774069 (diff)
downloadlightdm-5372aa1c34db925fabae586e6003d58908e9e307.tar.gz
Maintain own list of available VTs
Diffstat (limited to 'src/vt.h')
-rw-r--r--src/vt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vt.h b/src/vt.h
index e6159177..9300c716 100644
--- a/src/vt.h
+++ b/src/vt.h
@@ -12,7 +12,7 @@
#ifndef _VT_H_
#define _VT_H_
-#include <glib.h>
+#include <glib-object.h>
gint vt_get_active (void);