Skip to content
Snippets Groups Projects
Commit 4ce71b3f authored by Marek Vavruša's avatar Marek Vavruša
Browse files

tests: _BSD_SOURCE to have both nftw() and mkdtemp() on OS X

parent f88e58f9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@
#pragma once
#define _XOPEN_SOURCE 500
#define _BSD_SOURCE
#include <stdlib.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment