mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 23:49:04 +00:00
websocket: Include proper type header
inttypes.h contains macro for format string while stdint.h more specifically contains type definitions (like uint8_t). Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
4894d58ace
commit
642b1683ae
@ -18,7 +18,7 @@
|
||||
#ifndef WEBSOCKET_H_
|
||||
#define WEBSOCKET_H_
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "sys-socket.h"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user