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:
Frediano Ziglio 2018-12-15 15:45:10 +00:00
parent f8e8ac4910
commit b69fe6cb33

View File

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