mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fix up files in the fuse directory for getline and strdup on old systems
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
*/
|
||||
|
||||
#define _POSIX_C_SOURCE 200809L // for strdup and struct timespec
|
||||
#define _BSD_SOURCE // for strdup on old systems
|
||||
#define _GNU_SOURCE // for getline on old systems
|
||||
|
||||
#define FUSE_USE_VERSION 30
|
||||
|
||||
|
||||
Reference in New Issue
Block a user