]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2198] Fix include filename
authorMukund Sivaraman <muks@isc.org>
Sun, 21 Oct 2012 23:28:20 +0000 (04:58 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 21 Oct 2012 23:44:37 +0000 (05:14 +0530)
src/lib/util/interprocess_sync_file.h

index 95f0c284a16de208a2364602d367d94c7e25dd30..6eb8f95e1c73f8a46c3e1204729fe93af02feb25 100644 (file)
@@ -16,7 +16,7 @@
 #define __INTERPROCESS_SYNC_FILE_H__
 
 #include <util/interprocess_sync.h>
-#include <util/threads/lock.h>
+#include <util/threads/sync.h>
 #include <exceptions/exceptions.h>
 
 #include <boost/shared_ptr.hpp>