X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2FxyzModem.h;h=f437bbd0bdf8254cd90f9cf0b4f67693023bbf23;hb=c27c07b86b0a9ff71e3c4788d74cee50c7ed2283;hp=4ec10b5a379f4149d6ebe9e51b781774e2e8c450;hpb=7a635e004ec12bd2a0bae9f90fbb5769b524a42e;p=u-boot 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