diff options
Diffstat (limited to 'H64E-2/h64e-model.h')
-rw-r--r-- | H64E-2/h64e-model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/H64E-2/h64e-model.h b/H64E-2/h64e-model.h index 761d327..6e5e32b 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*); |