Commit 468b2b52 authored by Nils Goroll's avatar Nils Goroll

need to include vmb.h unconditionally

it is the place which defines
VMB_NEEDS_PTHREAD_WORKAROUND_THIS_IS_BAD_FOR_PERFORMANCE
parent 3a234864
......@@ -28,13 +28,14 @@
#include "config.h"
#include "vmb.h"
#ifdef VMB_NEEDS_PTHREAD_WORKAROUND_THIS_IS_BAD_FOR_PERFORMANCE
#include <pthread.h>
#include <unistd.h>
#include "vas.h"
#include "vmb.h"
static pthread_mutex_t mb_mtx;
static pthread_once_t mb_mtx_once = PTHREAD_ONCE_INIT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment