summaryrefslogtreecommitdiffstats
path: root/server/tests/test_display_streaming.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/test_display_streaming.c')
-rw-r--r--server/tests/test_display_streaming.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/test_display_streaming.c b/server/tests/test_display_streaming.c
index b4025254..025541d6 100644
--- a/server/tests/test_display_streaming.c
+++ b/server/tests/test_display_streaming.c
@@ -4,6 +4,7 @@
* TODO: stop updating same rect, check (prog) that stream stops
*/
+#include <config.h>
#include "test_display_base.h"
int simple_commands[] = {
@@ -24,4 +25,3 @@ int main(void)
basic_event_loop_mainloop();
return 0;
}
-