X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstruct.h;h=368e9aecb755a5f39d5ff3c3e48e6b9f79e83045;hb=refs%2Ftags%2Fv0.5p12;hp=dce1ddf02b2a6040f308b6965f3b52a52c6c2c08;hpb=c05521d55d919d1707576f3dec6aa21ecd4cf5e1;p=YACASL2.git diff --git a/include/struct.h b/include/struct.h index dce1ddf..368e9ae 100644 --- a/include/struct.h +++ b/include/struct.h @@ -1,5 +1,5 @@ -#ifndef YACASL2_CASL2_INCLUDED -#define YACASL2_CASL2_INCLUDED +#ifndef YACASL2_STRUCT_INCLUDED +#define YACASL2_STRUCT_INCLUDED #include #include @@ -8,6 +8,7 @@ #include "word.h" #include "cmem.h" #include "hash.h" +#include "exec.h" /** * @brief COMET IIの規格値 @@ -206,4 +207,4 @@ CMDTYPE getcmdtype(WORD code); */ char *getcmdname(WORD code); -#endif /* YACASL2_CASL2_INCLUDEDの終端 */ +#endif