X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcompiler.h;h=4e047c7fd2cd08646a5e5b0bea47bb2dd46666c7;hb=7aabd2b12c5108276eb1fc7789b8955f3258db98;hp=91dbe56994c240c42be04b9d9e848e0e7a1f33c5;hpb=bfc7bea6adc46e1db2f5a5e3464d7652ed67c864;p=u-boot diff --git a/include/compiler.h b/include/compiler.h index 91dbe56994..4e047c7fd2 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -44,7 +44,7 @@ #ifdef __linux__ # include # include -#elif defined(__MACH__) +#elif defined(__MACH__) || defined(__FreeBSD__) # include typedef unsigned long ulong; #endif