Merge pull request #649 from linkclau/master

Include unistd.h (required because of usleep())
This commit is contained in:
Philippe Teuwen 2021-08-05 09:12:11 +02:00 committed by GitHub
commit 56f6bd4fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stddef.h> #include <stddef.h>
#include <string.h> #include <string.h>
#include <unistd.h>
#include <nfc/nfc.h> #include <nfc/nfc.h>