X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2FxyzModem.h;h=f437bbd0bdf8254cd90f9cf0b4f67693023bbf23;hb=915d6b7d2b7af0bb28ed4c5aceb92ba64fe86fa8;hp=4ec10b5a379f4149d6ebe9e51b781774e2e8c450;hpb=7a635e004ec12bd2a0bae9f90fbb5769b524a42e;p=oweals%2Fu-boot.git diff --git a/include/xyzModem.h b/include/xyzModem.h index 4ec10b5a37..f437bbd0bd 100644 --- a/include/xyzModem.h +++ b/include/xyzModem.h @@ -97,7 +97,10 @@ typedef struct { #endif } connection_info_t; +#ifndef BOOL_WAS_DEFINED +#define BOOL_WAS_DEFINED typedef unsigned int bool; +#endif #define false 0 #define true 1