Fix build on Microsoft Windows.
This commit is contained in:
parent
9629d073cb
commit
b9cb5b22c8
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue