X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fmonitor.h;h=fe7e1cde45dae4de0eb8c200b14d57f756b711ce;hp=e3700723277d84fdc46c82d98642b2b5d0dae116;hb=7afcf780cbc7d4f2834b9ca42cca1b3754621960;hpb=4f0fb4945a97e5fc4d23814226b08709469513fa diff --git a/include/monitor.h b/include/monitor.h index e370072..fe7e1cd 100644 --- a/include/monitor.h +++ b/include/monitor.h @@ -1,11 +1,12 @@ -#ifndef MONITOR_INCLUDE -#define MONITOR_INCLUDE +#ifndef YACASL2_MONITOR_H_INCLUDE +#define YACASL2_MONITOR_H_INCLUDE #include #include #include #include "assemble.h" #include "exec.h" +#include "load.h" /** * @brief モニター @@ -134,4 +135,4 @@ void freebps(); */ void monitor(); -#endif /* end of MONITOR_INCLUDE */ +#endif