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 | |
| 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>
| -rw-r--r-- | src/grail-api.c | 1 | ||||
| -rw-r--r-- | src/grail-inserter.c | 1 | ||||
| -rw-r--r-- | tools/grail-gesture.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/grail-api.c b/src/grail-api.c index 259f5a0..1236205 100644 --- a/src/grail-api.c +++ b/src/grail-api.c | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | #include <malloc.h> | 30 | #include <malloc.h> |
| 31 | #include <errno.h> | 31 | #include <errno.h> |
| 32 | #include <stdlib.h> | 32 | #include <stdlib.h> |
| 33 | #include <sys/stat.h> | ||
| 33 | 34 | ||
| 34 | #define DIM_FRAMES 100 | 35 | #define DIM_FRAMES 100 |
| 35 | #define FRAME_RATE 100 | 36 | #define FRAME_RATE 100 |
diff --git a/src/grail-inserter.c b/src/grail-inserter.c index 8a10b2e..74c1bfc 100644 --- a/src/grail-inserter.c +++ b/src/grail-inserter.c | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | * | 20 | * |
| 21 | ****************************************************************************/ | 21 | ****************************************************************************/ |
| 22 | 22 | ||
| 23 | #include "grail-gestures.h" | ||
| 23 | #include "grail-inserter.h" | 24 | #include "grail-inserter.h" |
| 24 | #include "grail-impl.h" | 25 | #include "grail-impl.h" |
| 25 | #include <malloc.h> | 26 | #include <malloc.h> |
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 | ||
