X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstruct.h;h=368e9aecb755a5f39d5ff3c3e48e6b9f79e83045;hb=e98877aa88940518a0b9b823d4e9efd4e6db8523;hp=dce1ddf02b2a6040f308b6965f3b52a52c6c2c08;hpb=a7982d41c9809fdddbc5bac27c9d08b8a9d05012;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