diff options
Diffstat (limited to 'gdb/location.c')
-rw-r--r-- | gdb/location.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/location.c b/gdb/location.c index 2b37587..0af5399 100644 --- a/gdb/location.c +++ b/gdb/location.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "common/gdb_assert.h" +#include "gdbsupport/gdb_assert.h" #include "location.h" #include "symtab.h" #include "language.h" |