summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--H64E-2/h64e-model.h1
-rw-r--r--H64E-2/h64e.h2
-rw-r--r--H64E-2/main.c1
3 files changed, 3 insertions, 1 deletions
diff --git a/H64E-2/h64e-model.h b/H64E-2/h64e-model.h
index 84fcbf2..3692a26 100644
--- a/H64E-2/h64e-model.h
+++ b/H64E-2/h64e-model.h
@@ -12,6 +12,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <stdint.h>
typedef int (*trnf_clb)(char*);
diff --git a/H64E-2/h64e.h b/H64E-2/h64e.h
index d61f60b..7871d21 100644
--- a/H64E-2/h64e.h
+++ b/H64E-2/h64e.h
@@ -11,6 +11,8 @@
#include <stdio.h>
#include <ctype.h>
+#include <stdlib.h>
+#include <stdint.h>
#include "h64e-model.h"
/*
Set data structure from arguments and use to handle data
diff --git a/H64E-2/main.c b/H64E-2/main.c
index 30f1bef..57f996a 100644
--- a/H64E-2/main.c
+++ b/H64E-2/main.c
@@ -415,7 +415,6 @@ int main(int argc, const char * argv[]) {
buf_out[out_bytes] = 0x00;
printf("%s",buf_out);
}
-
break;
}