mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
Avoid recursive inclusion of headers
red-common.h included utils.h which included red-common.h Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
b0d8ba9a6a
commit
090fbe5eeb
@ -18,7 +18,8 @@
|
||||
#ifndef UTILS_H_
|
||||
# define UTILS_H_
|
||||
|
||||
#include "red-common.h"
|
||||
#include <stdint.h>
|
||||
#include <glib.h>
|
||||
|
||||
#define SPICE_GNUC_VISIBLE __attribute__ ((visibility ("default")))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user