Fix build on Microsoft Windows.

This commit is contained in:
Romain Tartiere 2010-09-07 09:59:12 +00:00
parent 9629d073cb
commit b9cb5b22c8

View file

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