aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 99fd341973..c398a85684 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -112,6 +112,7 @@ extern int input_fd;
#define KBD_BUFFER_SIZE 4096
#endif /* No X-windows */
+#undef abs
#define abs(x) ((x) >= 0 ? (x) : -(x))
/* Following definition copied from eval.c */