syntax-check: Add missing #include <config.h>

This commit is contained in:
Pavel Grunt 2015-11-06 15:07:19 +01:00
parent 1eb94c0fb0
commit 0426524546
5 changed files with 19 additions and 0 deletions

View File

@ -15,6 +15,10 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#if defined(CLIENT_CURSOR_CACHE)
#define CACHE_NAME cursor_cache

View File

@ -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"

View File

@ -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)

View File

@ -14,6 +14,9 @@
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
#ifdef RED_BITMAP_UTILS_RGB16
#define PIXEL rgb16_pixel_t

View File

@ -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"