mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 11:28:31 +00:00
syntax-check: Add missing #include <config.h>
This commit is contained in:
parent
1eb94c0fb0
commit
0426524546
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user