X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fao_report.c;h=eb90a4f8c6eb99b62dc83dbb71d33c6b8530d528;hb=74f6a1a8c8fa9d5bb8d74c99782310b431dd4727;hp=7c9287928e28a5cdbd5ac8b6bce75a48594c88ee;hpb=d3dcb9451f40506abced72783966104645a73bc7;p=fw%2Faltos diff --git a/src/core/ao_report.c b/src/core/ao_report.c index 7c928792..eb90a4f8 100644 --- a/src/core/ao_report.c +++ b/src/core/ao_report.c @@ -16,6 +16,8 @@ */ #include "ao.h" +#include +#include #define BIT(i,x) ((x) ? (1 << (i)) : 0) #define MORSE1(a) (1 | BIT(3,a))