summaryrefslogtreecommitdiff
path: root/synclient.c
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2002-07-04 02:03:40 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:00:50 +0200
commite2eddc53ce18c1c891a2174003b74324897d6f05 (patch)
tree0eaa62dc9959b5fe4b4348b03921840fad564b44 /synclient.c
parent7e8769c8b867412a543a6a1e7c83ba6615e029c8 (diff)
Fixed compiler warning in synclient.c.
Diffstat (limited to 'synclient.c')
-rw-r--r--synclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/synclient.c b/synclient.c
index af46cec..ec45b88 100644
--- a/synclient.c
+++ b/synclient.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>