diff options
author | Pavel Grunt <pgrunt@redhat.com> | 2015-11-06 15:07:19 +0100 |
---|---|---|
committer | Pavel Grunt <pgrunt@redhat.com> | 2015-11-09 19:41:28 +0100 |
commit | 042652454615bc6c01102ac82b9f2b0b47f697c0 (patch) | |
tree | d00e3285c5e33c1109588164daa5f1a89ebafec1 /server/tree.c | |
parent | 1eb94c0fb04a426d1ec9030386eda9a598acbdee (diff) |
syntax-check: Add missing #include <config.h>
Diffstat (limited to 'server/tree.c')
-rw-r--r-- | server/tree.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tree.c b/server/tree.c index 64fa6db9..bf50edfc 100644 --- a/server/tree.c +++ b/server/tree.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 <spice/qxl_dev.h> #include "red_parse_qxl.h" #include "display-channel.h" |