mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix libhid compile with /recent/ libc (GNU_SOURCE)
- strtok_r - strdup - wcsdup
This commit is contained in:
parent
6926b7eb75
commit
9fc65b274e
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
||||||
http://github.com/signal11/hidapi .
|
http://github.com/signal11/hidapi .
|
||||||
********************************************************/
|
********************************************************/
|
||||||
|
|
||||||
|
#define _POSIX_C_SOURCE 200809L
|
||||||
|
|
||||||
/* C */
|
/* C */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue