diff options
author | dianshi <dianshi@main.lv> | 2020-03-23 16:56:25 +0000 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-03-23 16:56:25 +0000 |
commit | 248bbd7aec91f03cfe35fdfb707be510381bbbfa (patch) | |
tree | 285317f9667dd652003653a5cdc899895a24ee8c /H64E-2/h64e-model.h | |
parent | 6abd917945951cb1971fccdd649ee7f59050813c (diff) | |
download | H64D-2-248bbd7aec91f03cfe35fdfb707be510381bbbfa.tar.gz H64D-2-248bbd7aec91f03cfe35fdfb707be510381bbbfa.zip |
Compilable on linux
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*); |