X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2FxyzModem.h;h=f437bbd0bdf8254cd90f9cf0b4f67693023bbf23;hb=f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b;hp=4ec10b5a379f4149d6ebe9e51b781774e2e8c450;hpb=b86d7622b33892b1dafe761a7a9eaeeab9f3816b;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