diff options
Diffstat (limited to 'src/gesture-client.c')
| -rw-r--r-- | src/gesture-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gesture-client.c b/src/gesture-client.c index 3b8eb5d..78328b7 100644 --- a/src/gesture-client.c +++ b/src/gesture-client.c | |||
| @@ -22,11 +22,11 @@ | |||
| 22 | * | 22 | * |
| 23 | ****************************************************************************/ | 23 | ****************************************************************************/ |
| 24 | 24 | ||
| 25 | #include <gesture-client.h> | 25 | #include <grail.h> |
| 26 | #include <gesture-buffer.h> | ||
| 27 | #include <malloc.h> | 26 | #include <malloc.h> |
| 28 | #include <string.h> | 27 | #include <string.h> |
| 29 | #include <errno.h> | 28 | #include <errno.h> |
| 29 | #include "gebuf.h" | ||
| 30 | 30 | ||
| 31 | #define GESTURE_GAP (1000 * 60 * 60) | 31 | #define GESTURE_GAP (1000 * 60 * 60) |
| 32 | 32 | ||
