diff options
| author | Jussi Pakkanen <jussi.pakkanen@canonical.com> | 2011-04-28 16:52:10 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-04-28 16:58:31 +0200 |
| commit | c3fdf90535e9e4a29d6d846071a50679d9646bcf (patch) | |
| tree | a4286bb678bb937b48a1f78767d21aeca51f8b7d /tools/grail-gesture.c | |
| parent | 753f11f3881eac51da49c5bb2c2eebc99bd47410 (diff) | |
Added #includes to remove warnings from Clang.
Signed-off-by: Jussi Pakkanen <jussi.pakkanen@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 7230c3b..008f133 100644 --- a/tools/grail-gesture.c +++ b/tools/grail-gesture.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include <unistd.h> | 28 | #include <unistd.h> |
| 29 | #include <fcntl.h> | 29 | #include <fcntl.h> |
| 30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
| 31 | #include <sys/stat.h> | ||
| 31 | 32 | ||
| 32 | static grail_mask_t flag_mask[DIM_GRAIL_TYPE_BYTES]; | 33 | static grail_mask_t flag_mask[DIM_GRAIL_TYPE_BYTES]; |
| 33 | 34 | ||
