aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/compat/ctime_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/unbound/compat/ctime_r.c')
-rw-r--r--external/unbound/compat/ctime_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/compat/ctime_r.c b/external/unbound/compat/ctime_r.c
index 2594dc17e..87c2609a8 100644
--- a/external/unbound/compat/ctime_r.c
+++ b/external/unbound/compat/ctime_r.c
@@ -6,7 +6,7 @@
#include "util/locks.h"
/** the lock for ctime buffer */
-static lock_basic_t ctime_lock;
+static lock_basic_type ctime_lock;
/** has it been inited */
static int ctime_r_init = 0;