mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 20:04:09 +00:00
syntax-check: Add missing #include <config.h>
This commit is contained in:
parent
bb165ac3ab
commit
80c3b866ff
@ -1,3 +1,6 @@
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
|
||||
#include "common/log.h"
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
#include "spice_image_cache.h"
|
||||
|
||||
static ImageCacheItem *image_cache_find(ImageCache *cache, uint64_t id)
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
/* Replay a previously recorded file (via SPICE_WORKER_RECORD_FILENAME)
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user