diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-20 15:28:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-20 15:28:25 +0000 |
commit | 82a76694ce7353f067734a905388175e2b6cf6b2 (patch) | |
tree | bf305353fbfc47816fd6745dd3c79c79ef9cfe5c /opcodes/pdp11-dis.c | |
parent | fc52e153510f5c1e60e4dfb0e8f69480734cc1f3 (diff) | |
download | gdb-82a76694ce7353f067734a905388175e2b6cf6b2.tar.gz |
Fix compile time warnings
Diffstat (limited to 'opcodes/pdp11-dis.c')
-rw-r--r-- | opcodes/pdp11-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/pdp11-dis.c b/opcodes/pdp11-dis.c index e13c7aabdcf..3c75c481614 100644 --- a/opcodes/pdp11-dis.c +++ b/opcodes/pdp11-dis.c @@ -15,6 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "sysdep.h" #include "dis-asm.h" #include "opcode/pdp11.h" |