diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ LOCAL_CPPFLAGS := \ -D_GNU_SOURCE \ -D_ATFILE_SOURCE \ -D__EXTENSIONS__ \ + -D_DARWIN_C_SOURCE \ -DBFS_VERSION=\"$(VERSION)\" LOCAL_CFLAGS := -std=c99 |