From 71c7607d809b725d66ef21471041e2677c71be4e Mon Sep 17 00:00:00 2001 From: j8takagi Date: Tue, 26 Apr 2011 13:31:17 +0900 Subject: [PATCH] =?utf8?q?CLOCKS=E3=81=AE=E5=9E=8B=E3=82=92=E4=BF=AE?= =?utf8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit PowerPC上でコンパイルしたときに表示される警告を抑制 --- include/struct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; /**