diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/drmstat.c | 2 | ||||
-rw-r--r-- | tests/modetest/buffers.c | 2 | ||||
-rw-r--r-- | tests/modetest/cursor.c | 2 | ||||
-rw-r--r-- | tests/modetest/modetest.c | 2 | ||||
-rw-r--r-- | tests/vbltest/vbltest.c | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/tests/drmstat.c b/tests/drmstat.c index c51cbc6c..5935d07a 100644 --- a/tests/drmstat.c +++ b/tests/drmstat.c @@ -28,7 +28,9 @@ * */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <stdio.h> #include <stdlib.h> diff --git a/tests/modetest/buffers.c b/tests/modetest/buffers.c index 8206ce31..29b520de 100644 --- a/tests/modetest/buffers.c +++ b/tests/modetest/buffers.c @@ -24,7 +24,9 @@ * IN THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <assert.h> #include <errno.h> diff --git a/tests/modetest/cursor.c b/tests/modetest/cursor.c index 7077f203..60f240ac 100644 --- a/tests/modetest/cursor.c +++ b/tests/modetest/cursor.c @@ -22,7 +22,9 @@ * IN THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <assert.h> #include <errno.h> diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 7d436b56..92efb823 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -37,7 +37,9 @@ * TODO: use cairo to write the mode info on the selected output once * the mode has been programmed, along with possible test patterns. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <assert.h> #include <ctype.h> diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c index 2a09d28e..50e29dcd 100644 --- a/tests/vbltest/vbltest.c +++ b/tests/vbltest/vbltest.c @@ -37,7 +37,9 @@ * TODO: use cairo to write the mode info on the selected output once * the mode has been programmed, along with possible test patterns. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <assert.h> #include <stdio.h> |