X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=tools%2Fimg2srec.c;h=f10379fe42b253f1c2ff5195fa9638fc99aeac87;hb=f55c2c109e2b2198d4e45f6e49b755575a5f610f;hp=b04abbd8b48976885e60340fe39432f2cad67652;hpb=ba7da7190c4c1095338340245d8d82cd8f2b635a;p=karo-tx-uboot.git diff --git a/tools/img2srec.c b/tools/img2srec.c index b04abbd8b4..f10379fe42 100755 --- a/tools/img2srec.c +++ b/tools/img2srec.c @@ -52,6 +52,7 @@ | INCLUDES |*************************************************************************/ +#include "os_support.h" #include #include #include @@ -61,8 +62,6 @@ #include #include -extern int errno; - /************************************************************************* | DEFINES |*************************************************************************/