Skip to content

Commit f58d8c1

Browse files
Merge pull request #1 from RetroFloppy/osx-tweaks
Minor tweaks for OSX build
2 parents d8c0e96 + 672fa67 commit f58d8c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.project
12
*~
23
aclocal.m4
34
autom4te.cache/

src/zooadd.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
#include "options.h"
99

1010
#ifdef HAVE_NFTW
11-
#define _XOPEN_SOURCE 500 /* Rrequired on GLIBC */
12-
#define _GNU_SOURCE /* -- " -- " -- " -- */
11+
#define _XOPEN_SOURCE 500 /* Required on GLIBC */
12+
#define _GNU_SOURCE /* -- " -- " -- " -- */
13+
#define _POSIX_C_SOURCE 200809L /* -- " -- " -- " -- */
1314
#include <ftw.h>
1415
#endif
1516

0 commit comments

Comments
 (0)