mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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 .
|
||||
********************************************************/
|
||||
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
|
||||
/* C */
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue