build: fix compile problems pointed out by gcc 4.4

This commit is contained in:
Nathan Binkert
2009-11-04 16:57:01 -08:00
parent fbfe92b5b8
commit 2c5fe6f95e
22 changed files with 64 additions and 43 deletions

View File

@@ -32,6 +32,8 @@
#include <unistd.h>
#include <fcntl.h>
#include <cstdio>
#include <string>
#include "arch/remote_gdb.hh"