2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>

* win32-nat.c: Add i386-tdep.h dependency.
This commit is contained in:
Pierre Muller 2002-01-08 08:26:42 +00:00
parent 6820313638
commit c25b74acfa
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
* win32-nat.c: Add i386-tdep.h dependency.
2002-01-07 Michael Snyder <msnyder@redhat.com> 2002-01-07 Michael Snyder <msnyder@redhat.com>
* cp-valprint.c (cp_print_value): FIXME comment, alloca size. * cp-valprint.c (cp_print_value): FIXME comment, alloca size.

View File

@ -34,6 +34,7 @@
#include "completer.h" #include "completer.h"
#include "regcache.h" #include "regcache.h"
#include "top.h" #include "top.h"
#include "i386-tdep.h"
#include <signal.h> #include <signal.h>
#include <sys/types.h> #include <sys/types.h>
#include <fcntl.h> #include <fcntl.h>

View File

@ -34,6 +34,7 @@
#include "completer.h" #include "completer.h"
#include "regcache.h" #include "regcache.h"
#include "top.h" #include "top.h"
#include "i386-tdep.h"
#include <signal.h> #include <signal.h>
#include <sys/types.h> #include <sys/types.h>
#include <fcntl.h> #include <fcntl.h>