[PATCH libinput 1/2] test: fix gcc warning about missing prototypes

Andreas Pokorny andreas.pokorny at canonical.com
Thu Aug 20 03:51:37 PDT 2015


Signed-off-by: Andreas Pokorny <andreas.pokorny at canonical.com>
---
 test/litest.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/litest.c b/test/litest.c
index 8fc7bca..29e764b 100644
--- 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"
-- 
2.1.4



More information about the wayland-devel mailing list