aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16/interp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-17 23:34:17 +0000
committerMike Frysinger <vapier@gentoo.org>2012-06-17 23:34:17 +0000
commit266879991149e529ed25bcbcd610582a2fbbdc6b (patch)
tree0dff7898778563beeab7ca6f2e0927d3ae13eb34 /sim/cr16/interp.c
parenta6c2b87eec205ad6c5958eeb1711a7eb1638a51f (diff)
downloadgdb-266879991149e529ed25bcbcd610582a2fbbdc6b.zip
gdb-266879991149e529ed25bcbcd610582a2fbbdc6b.tar.gz
gdb-266879991149e529ed25bcbcd610582a2fbbdc6b.tar.bz2
sim: cr16: include config.h rather than sysdep.h from bfd
Diffstat (limited to 'sim/cr16/interp.c')
-rw-r--r--sim/cr16/interp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/cr16/interp.c b/sim/cr16/interp.c
index 86c4c0d..606a161 100644
--- a/sim/cr16/interp.c
+++ b/sim/cr16/interp.c
@@ -17,8 +17,10 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include "config.h"
#include <signal.h>
-#include "sysdep.h"
+#include <stdlib.h>
+#include <string.h>
#include "bfd.h"
#include "gdb/callback.h"
#include "gdb/remote-sim.h"