diff options
author | David Härdeman <david@hardeman.nu> | 2008-06-23 22:29:16 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2008-06-23 22:29:16 +0200 |
commit | 4a24c736b5d0d63c6e2902cfb92ad556d462ae19 (patch) | |
tree | 01a2fe6fc43502b380bba95bb988ce62ad707090 /metastore.c | |
parent | e4910c9e5cae89691512bec4145f66b63e406936 (diff) |
Add stricter build flags
Diffstat (limited to 'metastore.c')
-rw-r--r-- | metastore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/metastore.c b/metastore.c index 473c180..f73b735 100644 --- a/metastore.c +++ b/metastore.c @@ -18,6 +18,7 @@ * */ +#define _BSD_SOURCE #include <sys/types.h> #include <sys/stat.h> #include <getopt.h> |