Browse Source

[2198] Revert include to local

Mukund Sivaraman 12 years ago
parent
commit
699a941cab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/util/interprocess_sync_file.cc

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

@@ -12,7 +12,7 @@
 // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 // PERFORMANCE OF THIS SOFTWARE.
 
-#include <util/interprocess_sync_file.h>
+#include "interprocess_sync_file.h"
 
 #include <boost/weak_ptr.hpp>