Fix libhid compile with /recent/ libc (GNU_SOURCE)
- strtok_r - strdup - wcsdup
This commit is contained in:
parent
6926b7eb75
commit
9fc65b274e
@ -21,6 +21,8 @@
|
||||
http://github.com/signal11/hidapi .
|
||||
********************************************************/
|
||||
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
|
||||
/* C */
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user