From 7427b23d84007018bc6569d0dba7776d4d527381 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 10 Jan 2012 15:16:03 +0000 Subject: Add missing includes of config.h Not all files were including config.h --- server/dispatcher.c | 1 + server/main_dispatcher.c | 1 + server/tests/basic_event_loop.c | 1 + server/tests/test_display_base.c | 1 + server/tests/test_display_no_ssl.c | 1 + server/tests/test_display_streaming.c | 1 + server/tests/test_empty_success.c | 1 + server/tests/test_fail_on_null_core_interface.c | 1 + server/tests/test_just_sockets_no_ssl.c | 1 + server/tests/test_playback.c | 1 + 10 files changed, 10 insertions(+) (limited to 'server') diff --git a/server/dispatcher.c b/server/dispatcher.c index 90e46e36..b123fa82 100644 --- a/server/dispatcher.c +++ b/server/dispatcher.c @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/server/main_dispatcher.c b/server/main_dispatcher.c index 2ccf5346..cf44b408 100644 --- a/server/main_dispatcher.c +++ b/server/main_dispatcher.c @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c index 7e575276..c0ee705c 100644 --- a/server/tests/basic_event_loop.c +++ b/server/tests/basic_event_loop.c @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/server/tests/test_display_base.c b/server/tests/test_display_base.c index b31e6fba..ef5a543f 100644 --- a/server/tests/test_display_base.c +++ b/server/tests/test_display_base.c @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/server/tests/test_display_no_ssl.c b/server/tests/test_display_no_ssl.c index 3877c8d8..a27bb001 100644 --- a/server/tests/test_display_no_ssl.c +++ b/server/tests/test_display_no_ssl.c @@ -6,6 +6,7 @@ * existing ones in the test_display_base supplied queue. */ +#include #include #include "test_display_base.h" diff --git a/server/tests/test_display_streaming.c b/server/tests/test_display_streaming.c index e7d5156a..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 #include "test_display_base.h" int simple_commands[] = { diff --git a/server/tests/test_empty_success.c b/server/tests/test_empty_success.c index 63cf2a27..fb46aa89 100644 --- a/server/tests/test_empty_success.c +++ b/server/tests/test_empty_success.c @@ -1,3 +1,4 @@ +#include #include #include diff --git a/server/tests/test_fail_on_null_core_interface.c b/server/tests/test_fail_on_null_core_interface.c index 105dd639..23261a26 100644 --- a/server/tests/test_fail_on_null_core_interface.c +++ b/server/tests/test_fail_on_null_core_interface.c @@ -1,3 +1,4 @@ +#include #include int main(void) diff --git a/server/tests/test_just_sockets_no_ssl.c b/server/tests/test_just_sockets_no_ssl.c index f0218b8a..ac5403b1 100644 --- a/server/tests/test_just_sockets_no_ssl.c +++ b/server/tests/test_just_sockets_no_ssl.c @@ -1,3 +1,4 @@ +#include #include #include #include "basic_event_loop.h" diff --git a/server/tests/test_playback.c b/server/tests/test_playback.c index 1de2d288..ed1b7667 100644 --- a/server/tests/test_playback.c +++ b/server/tests/test_playback.c @@ -1,3 +1,4 @@ +#include #include #include #include -- cgit