зеркало из https://github.com/mozilla/cubeb.git
On NetBSD, define _NETBSD_SOURCE for timersub()
This commit is contained in:
Родитель
70b4e3db78
Коммит
63c148f602
|
@ -7,6 +7,9 @@
|
|||
#undef NDEBUG
|
||||
#define _DEFAULT_SOURCE
|
||||
#define _BSD_SOURCE
|
||||
#if defined(__NetBSD__)
|
||||
#define _NETBSD_SOURCE /* timersub() */
|
||||
#endif
|
||||
#define _XOPEN_SOURCE 500
|
||||
#include "cubeb-internal.h"
|
||||
#include "cubeb/cubeb.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче