]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] rename lock.h->sync.h, which was changed while #2205 was dev'ed
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 18 Oct 2012 16:16:24 +0000 (09:16 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 18 Oct 2012 16:16:24 +0000 (09:16 -0700)
src/bin/auth/datasrc_clients_mgr.h

index 4505b4e7ec16ce8a9008d843e502bb0c174f5f91..183ba3560a110080db68f925f0b162c9b1bb30f8 100644 (file)
@@ -16,7 +16,7 @@
 #define DATASRC_CLIENTS_MGR_H 1
 
 #include <util/threads/thread.h>
-#include <util/threads/lock.h>
+#include <util/threads/sync.h>
 
 #include <log/logger_support.h>
 #include <log/log_dbglevels.h>