commit | 12cc4055ff6a811f06cb13e781c65baf8795206b | [log] [tgz] |
---|---|---|
author | Bryce Harrington <bryce@osg.samsung.com> | Wed Nov 19 17:18:33 2014 -0800 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Nov 28 15:52:56 2014 +0200 |
tree | 3f054c4b992bde738ff70a85768749365699c265 | |
parent | ba0f33dc2881006e206d32772fc7adda48fe18ac [diff] [blame] |
tests: Include "config.h" as first header Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
diff --git a/tests/weston-test-runner.c b/tests/weston-test-runner.c index ce0a670..3e1ace6 100644 --- a/tests/weston-test-runner.c +++ b/tests/weston-test-runner.c
@@ -21,6 +21,7 @@ */ #include "config.h" + #include <unistd.h> #include <stdio.h> #include <stdlib.h> @@ -30,6 +31,7 @@ #include <assert.h> #include <errno.h> #include <signal.h> + #include "weston-test-runner.h" #define SKIP 77