--- nono/vm/busio.h 2026/04/29 17:04:35 1.1.1.2 +++ nono/vm/busio.h 2026/04/29 17:04:41 1.1.1.3 @@ -7,6 +7,8 @@ // バスとデバイスとのインタフェース。 // バスに対し、デバイスがどのように接続されているかを記述する。 +#pragma once + #if !defined(SELFTEST) #include "device.h" #endif