Merge pull request #649 from linkclau/master
Include unistd.h (required because of usleep())
This commit is contained in:
commit
56f6bd4fbb
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <nfc/nfc.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue