diff options
| author | Chase Douglas <chase.douglas@canonical.com> | 2011-02-14 16:31:20 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-03-14 12:55:19 +0100 |
| commit | cc789849bf165a19aa3a8b3270c9c2259e2d368c (patch) | |
| tree | 16800b2d34623f69d6b6cfafb410e22d631d8717 /tools/grail-gesture.c | |
| parent | afc412d5c5567438a9a9a806b2f12dbd377bd38b (diff) | |
Small compilation warning fixes
Found by using -Wall -Werror
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'tools/grail-gesture.c')
| -rw-r--r-- | tools/grail-gesture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/grail-gesture.c b/tools/grail-gesture.c index 614bf1a..368150e 100644 --- a/tools/grail-gesture.c +++ b/tools/grail-gesture.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <stdio.h> | 27 | #include <stdio.h> |
| 28 | #include <unistd.h> | 28 | #include <unistd.h> |
| 29 | #include <fcntl.h> | 29 | #include <fcntl.h> |
| 30 | #include <stdlib.h> | ||
| 30 | 31 | ||
| 31 | static grail_mask_t flag_mask[DIM_GRAIL_TYPE_BYTES]; | 32 | static grail_mask_t flag_mask[DIM_GRAIL_TYPE_BYTES]; |
| 32 | 33 | ||
