X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gdb%2Fremote-mm.c;h=938f0e8c048b77e7cb6495bf9d14685543323e5b;hb=3a68e177157ee0a750ec4777783437d8963c4ed6;hp=f4680317cdb7f09a17ca7c3fbb831d594ba38eb6;hpb=04d1fbc1837a8c69ac6ee58b335123229ead5d03;p=pf3gnuchains%2Fpf3gnuchains4x.git diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c index f4680317cd..938f0e8c04 100644 --- a/gdb/remote-mm.c +++ b/gdb/remote-mm.c @@ -41,6 +41,7 @@ #include "terminal.h" #include "minimon.h" #include "target.h" +#include "regcache.h" /* Offset of member MEMBER in a struct of type TYPE. */ #define offsetof(TYPE, MEMBER) ((int) &((TYPE *)0)->MEMBER)