Browse Source

Fix build with DEBUG_LOCKORDER

Fixes #4771
pull/145/head
Wladimir J. van der Laan 10 years ago
parent
commit
d2d6f708e4
  1. 3
      src/sync.cpp

3
src/sync.cpp

@ -5,8 +5,11 @@
#include "sync.h"
#include "util.h"
#include "utilstrencodings.h"
#include <boost/foreach.hpp>
#include <boost/thread.hpp>
#include <stdio.h>
#ifdef DEBUG_LOCKCONTENTION
void PrintLockContention(const char* pszName, const char* pszFile, int nLine)

Loading…
Cancel
Save