summaryrefslogtreecommitdiff
path: root/srec.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-11-12 13:11:18 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-11-12 13:11:18 +0100
commitc9c4555f8d38053ed2da4b0f81fd86301a14d8cb (patch)
tree59a32bee8ef753da2399650200473a93645bedbd /srec.c
parente0330d9534d8cfeffff81f426df1d3277702b835 (diff)
Implement more instructions
Diffstat (limited to 'srec.c')
-rw-r--r--srec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/srec.c b/srec.c
index 146af46..7c3aaf4 100644
--- a/srec.c
+++ b/srec.c
@@ -9,8 +9,7 @@
*/
#include <stdio.h>
-#include <stdint.h>
-#include <stdbool.h>
+#include <stdlib.h>
#include <string.h>
#include "nios2sim-ng.h"