Make headers independent

Make sure all headers can be compiled alone.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2021-05-09 09:43:32 +01:00
parent e2f6f1c7aa
commit cb9bd1b09e
5 changed files with 5 additions and 0 deletions

View File

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

View File

@ -32,6 +32,7 @@
#define JPEG_ENCODER_H_
#include <spice/types.h>
#include <spice/macros.h>
SPICE_BEGIN_DECLS

View File

@ -32,6 +32,7 @@
#define LZ4_ENCODER_H_
#include <spice/types.h>
#include <spice/macros.h>
SPICE_BEGIN_DECLS

View File

@ -20,6 +20,7 @@
#define STAT_FILE_H_
#include <stdint.h>
#include <spice/macros.h>
SPICE_BEGIN_DECLS

View File

@ -32,6 +32,7 @@
#define ZLIB_ENCODER_H_
#include <inttypes.h>
#include <spice/macros.h>
SPICE_BEGIN_DECLS