mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-02 14:28:32 +00:00
reds: Explicitly include inttypes.h
MingW does not include this header while including stdint.h so on Windows you need to include it. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
f8e8ac4910
commit
b69fe6cb33
@ -19,6 +19,7 @@
|
||||
#define REDS_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
#include <spice/vd_agent.h>
|
||||
#include <common/marshaller.h>
|
||||
#include <common/messages.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user