test: fix gcc warning about missing prototypes
authorAndreas Pokorny <andreas.pokorny@canonical.com>
Thu, 20 Aug 2015 10:51:37 +0000 (12:51 +0200)
committerPeter 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

index 26c5e43200b7f40c62867394a5d4113d443d2ffc..6b28ee0be941b1819c226752441329964b7211e0 100644 (file)
@@ -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"