From c0b2b1fc492cb137eb1115e652f2ca97cc331106 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 7 Oct 2015 17:16:25 +0200 Subject: syntax-check: Add missing #include --- server/spice_bitmap_utils.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/spice_bitmap_utils.c') diff --git a/server/spice_bitmap_utils.c b/server/spice_bitmap_utils.c index aa7d71bd..ddbd2a93 100644 --- a/server/spice_bitmap_utils.c +++ b/server/spice_bitmap_utils.c @@ -1,3 +1,6 @@ +#ifdef HAVE_CONFIG_H +#include +#endif #include #include "common/log.h" -- cgit