summaryrefslogtreecommitdiffstats
path: root/server/display-channel.c
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-11-06 15:07:19 +0100
committerPavel Grunt <pgrunt@redhat.com>2015-11-09 19:41:28 +0100
commit042652454615bc6c01102ac82b9f2b0b47f697c0 (patch)
treed00e3285c5e33c1109588164daa5f1a89ebafec1 /server/display-channel.c
parent1eb94c0fb04a426d1ec9030386eda9a598acbdee (diff)
downloadspice-042652454615bc6c01102ac82b9f2b0b47f697c0.tar.gz
spice-042652454615bc6c01102ac82b9f2b0b47f697c0.tar.xz
spice-042652454615bc6c01102ac82b9f2b0b47f697c0.zip
syntax-check: Add missing #include <config.h>
Diffstat (limited to 'server/display-channel.c')
-rw-r--r--server/display-channel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/display-channel.c b/server/display-channel.c
index 5deab130..6aefe090 100644
--- a/server/display-channel.c
+++ b/server/display-channel.c
@@ -14,6 +14,10 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "display-channel.h"
void display_channel_compress_stats_reset(DisplayChannel *display_channel)