diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 6b62a41..18bb8c0 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -38,6 +38,7 @@ #include <signal.h> #include "inf-loop.h" #include "regcache.h" +#include "value.h" /* Prototypes for local functions */ |