Fix gdb.fortran "failed to extract expected results" errors
[binutils-gdb.git] / gdb / namespace.h
index 980b1ebfb899041cec53ce514aa3c8b5cce2221b..dc052a44e4207f6dce7aff6e80621571bda26c69 100644 (file)
@@ -1,5 +1,5 @@
 /* Code dealing with "using" directives for GDB.
-   Copyright (C) 2003-2019 Free Software Foundation, Inc.
+   Copyright (C) 2003-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -20,7 +20,7 @@
 #define NAMESPACE_H
 
 #include "gdbsupport/gdb_vecs.h"
-#include "gdb_obstack.h"
+#include "gdbsupport/gdb_obstack.h"
 
 /* This struct is designed to store data from using directives.  It
    says that names from namespace IMPORT_SRC should be visible within
@@ -112,6 +112,6 @@ extern void add_using_directive (struct using_direct **using_directives,
                                 const char *declaration,
                                 const std::vector<const char *> &excludes,
                                 int copy_names,
-                                 struct obstack *obstack);
+                                struct obstack *obstack);
 
 #endif /* NAMESPACE_H */