aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/file_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/file_id.h')
-rw-r--r--src/common/linux/file_id.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/linux/file_id.h b/src/common/linux/file_id.h
index 70a6b3f5..2642722a 100644
--- a/src/common/linux/file_id.h
+++ b/src/common/linux/file_id.h
@@ -34,6 +34,7 @@
#define COMMON_LINUX_FILE_ID_H__
#include <limits.h>
+#include <string>
#include "common/linux/guid_creator.h"
@@ -69,7 +70,7 @@ class FileID {
private:
// Storage for the path specified
- char path_[PATH_MAX];
+ std::string path_;
};
} // namespace google_breakpad