mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fixes for files in the apicalls directory for strdup on old systems
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#define _POSIX_C_SOURCE 200809L // for strdup
|
||||
#define _BSD_SOURCE // for strdup on old systems
|
||||
|
||||
#include <jansson.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#define _POSIX_C_SOURCE 200809L // for strdup
|
||||
#define _BSD_SOURCE // for strdup on old systems
|
||||
|
||||
#include <jansson.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
#define _POSIX_C_SOURCE 200809L // for strdup
|
||||
#define _BSD_SOURCE // for strdup on old systems
|
||||
|
||||
#include <jansson.h>
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user