Skip to content

Commit

Permalink
Fix HardySimpson#226 compiling issue for auto-tool fork
Browse files Browse the repository at this point in the history
Signed-off-by: Zhentao Huang <[email protected]>
  • Loading branch information
zhentao-huang authored and deemar committed Nov 17, 2022
1 parent 0e8bcd1 commit 0c2b0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef _XOPEN_SOURCE_EXTENDED
#define _XOPEN_SOURCE_EXTENDED
#endif
#else
#elif !defined(__APPLE__) // Enables 'phtread_threadid_np' in MacOSX SDKs
#define _XOPEN_SOURCE
#endif

Expand Down

0 comments on commit 0c2b0b1

Please sign in to comment.