mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 08:47:13 +00:00
Make headers independent
Make sure all headers can be compiled alone. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
parent
e2f6f1c7aa
commit
cb9bd1b09e
@ -19,6 +19,7 @@
|
||||
#define GLZ_ENCODER_DICT_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <spice/macros.h>
|
||||
|
||||
/*
|
||||
Interface for maintaining lz dictionary that is shared among several encoders.
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
#define JPEG_ENCODER_H_
|
||||
|
||||
#include <spice/types.h>
|
||||
#include <spice/macros.h>
|
||||
|
||||
SPICE_BEGIN_DECLS
|
||||
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
#define LZ4_ENCODER_H_
|
||||
|
||||
#include <spice/types.h>
|
||||
#include <spice/macros.h>
|
||||
|
||||
SPICE_BEGIN_DECLS
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@
|
||||
#define STAT_FILE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <spice/macros.h>
|
||||
|
||||
SPICE_BEGIN_DECLS
|
||||
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
#define ZLIB_ENCODER_H_
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <spice/macros.h>
|
||||
|
||||
SPICE_BEGIN_DECLS
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user