Index: crash_dumper.cc |
diff --git a/crash_dumper.cc b/crash_dumper.cc |
index 52d18d7425d1d538db30bd3b5f157c6e71f0eb67..b437c54e1310add7d9882b3da83f8374325a3e49 100644 |
--- a/crash_dumper.cc |
+++ b/crash_dumper.cc |
@@ -16,7 +16,7 @@ |
#include "client/linux/handler/exception_handler.h" |
#include "common/linux/linux_libc_support.h" |
#include "common/linux/linux_syscall_support.h" |
-#include "crash/crash_dumper.h" |
+#include "crash-dumper/crash_dumper.h" |
// Define sys_mkdir (sys_open passes mode_t as int, so we do too). |
LSS_INLINE _syscall2(int, mkdir, const char *, pathname, int, mode); |