summaryrefslogtreecommitdiffstats
path: root/server/cursor-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/cursor-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/cursor-channel.c')
-rw-r--r--server/cursor-channel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/cursor-channel.c b/server/cursor-channel.c
index 6d648b1f..aafc8073 100644
--- a/server/cursor-channel.c
+++ b/server/cursor-channel.c
@@ -15,6 +15,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 <glib.h>
#include "common/generated_server_marshallers.h"
#include "cursor-channel.h"