mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-02-05 23:21:26 +00:00
ssl_verify: include <string.h>
ssl_verify.c is using memcmp which comes from string.h, this was breaking compilation with -Werror -Wall on Mac OS X
This commit is contained in:
parent
4a076d7fbd
commit
e22a9e9ebe
@ -29,6 +29,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef SPICE_DEBUG
|
||||
# define SPICE_DEBUG(format, ...)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user