summaryrefslogtreecommitdiff
path: root/desktop/unx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-04 10:55:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 10:59:07 +0200
commitb3843321e9cc1436cd0039f9431b4d6c5261db20 (patch)
tree8199608de0d40cb33c90ff0e425553936df65ac0 /desktop/unx
parentc772e6252aefcd088ea0a5018f303654fc18ac91 (diff)
desktop: fix includes
Change-Id: Ia51cd6fcdb84c049907b0aeda20774558198b575
Diffstat (limited to 'desktop/unx')
-rw-r--r--desktop/unx/source/splashx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c
index 288656c9b837..71cde4213418 100644
--- a/desktop/unx/source/splashx.c
+++ b/desktop/unx/source/splashx.c
@@ -17,7 +17,7 @@
#include <X11/extensions/Xinerama.h>
#endif
-#include "osl/endian.h"
+#include <osl/endian.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>