ecore-drm: Add necessary headers for dbus and systemd-login

This feature allows us to open input devices and receive events from
them as a normal user without the need for special input device
permissions, or the need for a slave suid binary.

NB: This will only wor with dbus & systemd support

@feature

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-07-11 14:50:57 -04:00
parent 30b048b3b0
commit 6935c4febd
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# include "Ecore.h"
# include "ecore_private.h"
# include "Ecore_Input.h"
# include "Eldbus.h"
# include <stdio.h>
# include <stdlib.h>
@ -16,6 +17,7 @@
# include <libudev.h>
# include <linux/input.h>
//# include <libinput.h>
# include <systemd/sd-login.h>
# include <xkbcommon/xkbcommon.h>
# include <xf86drm.h>