summaryrefslogtreecommitdiff
path: root/console-client/xkb/xkbtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/xkb/xkbtimer.c')
-rw-r--r--console-client/xkb/xkbtimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/xkb/xkbtimer.c b/console-client/xkb/xkbtimer.c
index f50bb9ad..4d366de5 100644
--- a/console-client/xkb/xkbtimer.c
+++ b/console-client/xkb/xkbtimer.c
@@ -22,7 +22,7 @@
#include <assert.h>
#include "xkb.h"
-#include "timer.h"
+#include <timer.h>
/* Lock the access to handle_key. */
static struct mutex *lock_key;