diff options
Diffstat (limited to 'gdb/valarith.c')
-rw-r--r-- | gdb/valarith.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/valarith.c b/gdb/valarith.c index e730e5c..4ee7f24 100644 --- a/gdb/valarith.c +++ b/gdb/valarith.c @@ -27,6 +27,7 @@ #include "target-float.h" #include "infcall.h" #include "gdbsupport/byte-vector.h" +#include "gdbarch.h" /* Define whether or not the C operator '/' truncates towards zero for differently signed operands (truncation direction is undefined in C). */ |