mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-23 18:50:05 +00:00
Merge pull request #649 from linkclau/master
Include unistd.h (required because of usleep())
This commit is contained in:
commit
56f6bd4fbb
@ -34,6 +34,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <nfc/nfc.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user