Skip to content
Snippets Groups Projects
Commit 0f90b2d0 authored by Veniamin Gvozdikov's avatar Veniamin Gvozdikov
Browse files

Missed check OS for add pthread_np.h

parent 64d9abe9
No related merge requests found
......@@ -7,7 +7,9 @@
#include "unit.h"
#include <trivia/util.h>
#include <pthread.h>
#ifdef TARGET_OS_FREEBSD
#include <pthread_np.h>
#endif
struct slab_arena arena;
struct quota quota;
......
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