diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-21 17:19:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-21 17:19:38 +0000 |
commit | 44e7f8c4634d83a4c56da1bda67271b368c084d4 (patch) | |
tree | 4041f7545e9e27580c1f14ae40c9644c714ad336 /gdb/ppc-linux-tdep.c | |
parent | c733b9a13bbcd4d281fc251f8899ef16ebd066ee (diff) | |
download | gdb-44e7f8c4634d83a4c56da1bda67271b368c084d4.tar.gz |
Add explicit #include of "value.h".
Diffstat (limited to 'gdb/ppc-linux-tdep.c')
-rw-r--r-- | gdb/ppc-linux-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index 68846bdbbef..06fc2943d9b 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -30,6 +30,7 @@ #include "symfile.h" #include "objfiles.h" #include "regcache.h" +#include "value.h" #include "ppc-tdep.h" |