Browse Source

[2198] Fix include filename

Mukund Sivaraman 12 years ago
parent
commit
48bfbccf4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/interprocess_sync_file.h

+ 1 - 1
src/lib/util/interprocess_sync_file.h

@@ -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>