diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-01-10 15:16:03 +0000 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-01-13 18:11:59 +0200 |
commit | 7427b23d84007018bc6569d0dba7776d4d527381 (patch) | |
tree | 6ee22c9d66001f56edc0139f42f080ad2b9fa5cc /server/tests/test_display_streaming.c | |
parent | d46bc7727818aa08f3dcb207bfca96768e63e342 (diff) | |
download | spice-7427b23d84007018bc6569d0dba7776d4d527381.tar.gz spice-7427b23d84007018bc6569d0dba7776d4d527381.tar.xz spice-7427b23d84007018bc6569d0dba7776d4d527381.zip |
Add missing includes of config.h
Not all files were including config.h
Diffstat (limited to 'server/tests/test_display_streaming.c')
-rw-r--r-- | server/tests/test_display_streaming.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <config.h> #include "test_display_base.h" int simple_commands[] = { |