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/surface-test.c b/tests/surface-test.c index 80dce81..1dddd4e 100644 --- a/tests/surface-test.c +++ b/tests/surface-test.c
@@ -20,6 +20,8 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <assert.h>