forked from Imagelibrary/binutils-gdb
Add missing includes of extract-store-integer.h
I found a number of .c files that need to include extract-store-integer.h but that were only including it indirectly. This patch adds the missing includes. This change enables the next patch. Approved-By: Andrew Burgess <aburgess@redhat.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "gdbsupport/underlying.h"
|
||||
#include "gdbarch.h"
|
||||
#include "objfiles.h"
|
||||
#include "extract-store-integer.h"
|
||||
|
||||
/* This holds gdbarch-specific types used by the DWARF expression
|
||||
evaluator. See comments in execute_stack_op. */
|
||||
|
||||
Reference in New Issue
Block a user