diff options
author | David D. Zuhn <zoo@cygnus> | 1992-12-21 10:22:03 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-12-21 10:22:03 +0000 |
commit | 5998e36203c87968a03f0cb127e58375abcf1e55 (patch) | |
tree | 2f126c3216a62a6dae1d97bd7f9c3d85bf2f407b /gdb/remote-vx.c | |
parent | a8a69e6332cc7f83a608af394e757e00355f5550 (diff) | |
download | gdb-5998e36203c87968a03f0cb127e58375abcf1e55.zip gdb-5998e36203c87968a03f0cb127e58375abcf1e55.tar.gz gdb-5998e36203c87968a03f0cb127e58375abcf1e55.tar.bz2 |
add include of "complaints.h"
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r-- | gdb/remote-vx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index 1f862a6..91d2e87 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "gdbcore.h" #include "command.h" #include "symtab.h" -#include "symfile.h" /* for struct complaint */ +#include "complaints.h" #include <string.h> #include <errno.h> |