projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ae1d9
)
test: fix gcc warning about missing prototypes
author
Andreas Pokorny
<andreas.pokorny@canonical.com>
Thu, 20 Aug 2015 10:51:37 +0000
(12:51 +0200)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 21 Aug 2015 01:45:56 +0000
(11:45 +1000)
Signed-off-by: Andreas Pokorny <andreas.pokorny@canonical.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest.c
patch
|
blob
|
history
diff --git
a/test/litest.c
b/test/litest.c
index 26c5e43200b7f40c62867394a5d4113d443d2ffc..6b28ee0be941b1819c226752441329964b7211e0 100644
(file)
--- a/
test/litest.c
+++ b/
test/litest.c
@@
-44,6
+44,8
@@
#include <sys/sendfile.h>
#include <sys/timerfd.h>
#include <sys/wait.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include <libudev.h>
#include "litest.h"