diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-07-04 22:59:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-07-04 22:59:01 +0000 |
commit | 6a545d17edf0803ffcbbd1851d42a6e25f5fd958 (patch) | |
tree | 6196d94dde0b77b8ec1499ee6569a8cabccc4679 /gdb/i386bsd-tdep.c | |
parent | f4a07313f5c8a97b03355436aeb25835e7b271a7 (diff) | |
download | gdb-6a545d17edf0803ffcbbd1851d42a6e25f5fd958.tar.gz |
* i386bsd-tdep.c: Include "gdb_string.h".
Diffstat (limited to 'gdb/i386bsd-tdep.c')
-rw-r--r-- | gdb/i386bsd-tdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/i386bsd-tdep.c b/gdb/i386bsd-tdep.c index ea96ee43560..2edf3eaf107 100644 --- a/gdb/i386bsd-tdep.c +++ b/gdb/i386bsd-tdep.c @@ -24,6 +24,8 @@ #include "gdbcore.h" #include "regcache.h" +#include "gdb_string.h" + #include "i386-tdep.h" /* Support for signal handlers. */ |