summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-07-13 17:33:25 +0200
committerLars-Dominik Braun <lars@6xq.net>2011-07-14 17:24:57 +0200
commit71774028f08edd8ff70f0afd7617ee0cd76d30c8 (patch)
tree7535c0b96b8523aeef7bf3f7a2a62b731322bce7 /src/main.c
parentf1f0e46cd1c50c04ac71fa61a03b728d99580ef6 (diff)
downloadpianobar-71774028f08edd8ff70f0afd7617ee0cd76d30c8.tar.gz
pianobar-71774028f08edd8ff70f0afd7617ee0cd76d30c8.tar.bz2
pianobar-71774028f08edd8ff70f0afd7617ee0cd76d30c8.zip
Defined _DARWIN_C_SOURCE
Required to expose non-standard functions. Closes #138
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 094197a..e6f00cc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -24,6 +24,7 @@ THE SOFTWARE.
#ifndef __FreeBSD__
#define _POSIX_C_SOURCE 1 /* fileno() */
#define _BSD_SOURCE /* strdup() */
+#define _DARWIN_C_SOURCE /* strdup() on OS X */
#endif
/* system includes */