Fix build on Microsoft Windows.
This commit is contained in:
parent
9629d073cb
commit
b9cb5b22c8
@ -37,6 +37,10 @@
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# define bzero(a, b) memset(a, 0x00, b)
|
||||
#endif
|
||||
|
||||
#include "arygon.h"
|
||||
|
||||
#include <nfc/nfc-messages.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user