aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/filestuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/filestuff.h')
-rw-r--r--gdbsupport/filestuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/filestuff.h b/gdbsupport/filestuff.h
index 48bef51..206b51e 100644
--- a/gdbsupport/filestuff.h
+++ b/gdbsupport/filestuff.h
@@ -131,6 +131,6 @@ extern bool mkdir_recursive (const char *dir);
/* Read the entire content of file PATH into an std::string. */
-extern gdb::optional<std::string> read_text_file_to_string (const char *path);
+extern std::optional<std::string> read_text_file_to_string (const char *path);
#endif /* COMMON_FILESTUFF_H */