summaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2016-06-15 18:13:07 -0700
committerBryce Harrington <bryce@osg.samsung.com>2016-06-16 11:01:54 -0700
commitb4dae9beff2745e3dadde63e65b8ca3566c1ca5f (patch)
tree5676830239a5c5c6d279102ef563e39094b535da /xwayland
parentcd7df632be8e665693e7bf3920a1d38f2ec30513 (diff)
Make config.h inclusion consistent
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/hash.c b/xwayland/hash.c
index 54f3de93..820e51fa 100644
--- a/xwayland/hash.c
+++ b/xwayland/hash.c
@@ -32,7 +32,7 @@
* Keith Packard <keithp@keithp.com>
*/
-#include <config.h>
+#include "config.h"
#include <stdlib.h>
#include <stdint.h>