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