X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fkernel%2Fao_log_micro.c;h=d6f9c5a84e85c480549fef6621793796819e2dc9;hb=408badbef80d7a3412b5ad92b269be19d0faaa09;hp=aef78def446d7fe09f7fb13ee4407629d0ddd249;hpb=d1527a5457210eb914312cf8857bfb88982a8462;p=fw%2Faltos diff --git a/src/kernel/ao_log_micro.c b/src/kernel/ao_log_micro.c index aef78def..d6f9c5a8 100644 --- a/src/kernel/ao_log_micro.c +++ b/src/kernel/ao_log_micro.c @@ -3,7 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18,7 +19,12 @@ #include #include #include +#ifndef ao_async_byte #include +#else +#include +#endif +#include static uint16_t ao_log_offset = STARTING_LOG_OFFSET;