From: j8takagi Date: Tue, 26 Apr 2011 04:31:17 +0000 (+0900) Subject: CLOCKSの型を修正 X-Git-Tag: v0.1p41 X-Git-Url: https://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c7607d809b725d66ef21471041e2677c71be4e;p=YACASL2.git CLOCKSの型を修正 PowerPC上でコンパイルしたときに表示される警告を抑制 --- diff --git a/include/struct.h b/include/struct.h index a247605..e862786 100644 --- a/include/struct.h +++ b/include/struct.h @@ -1,6 +1,7 @@ #ifndef YACASL2_CASL2_INCLUDED #define YACASL2_CASL2_INCLUDED +#include #include "word.h" /** @@ -39,7 +40,7 @@ typedef struct { CPU *cpu; /**