diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/metastore.c | 1 | ||||
-rw-r--r-- | src/utils.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/metastore.c b/src/metastore.c index 56fc655..579f892 100644 --- a/src/metastore.c +++ b/src/metastore.c @@ -18,6 +18,7 @@ */ #define _BSD_SOURCE +#define _DEFAULT_SOURCE #include <sys/types.h> #include <sys/stat.h> #include <getopt.h> diff --git a/src/utils.c b/src/utils.c index b0d291a..ae55e49 100644 --- a/src/utils.c +++ b/src/utils.c @@ -18,6 +18,7 @@ */ #define _BSD_SOURCE +#define _DEFAULT_SOURCE #include <stdlib.h> #include <stdio.h> #include <ctype.h> |