(svn:NO TEST)


git-svn-id: https://unbound.nlnetlabs.nl/svn/trunk@3170 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
wouter 2014-07-11 13:26:31 +00:00
parent e2c0488cb5
commit 5efc5d1ac7

View File

@ -55,6 +55,8 @@
* Also thread creation and deletion functions are defined here.
*/
/* if you define your own LOCKRET before including locks.h, you can get most
* locking functions without the dependency on log_err. */
#ifndef LOCKRET
#include "util/log.h"
/**