diff --git a/examples/nfc-sam.c b/examples/nfc-sam.c index 830b263..0aeb42d 100644 --- a/examples/nfc-sam.c +++ b/examples/nfc-sam.c @@ -30,6 +30,10 @@ #include #include +// Needed by sleep() under Unix +#include +// FIXME What about sleep() in Windows ? + #include #include #include "nfc-utils.h"