X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fmingw_support.h;h=ee07290b5a2961a76378a06ec5a07b84c566c003;hb=7aabd2b12c5108276eb1fc7789b8955f3258db98;hp=9e45e64911b6ff9d643f5ab5da285a610a39c2fd;hpb=37566090766d61beef70c62986b90749920255d8;p=u-boot diff --git a/tools/mingw_support.h b/tools/mingw_support.h index 9e45e64911..ee07290b5a 100644 --- a/tools/mingw_support.h +++ b/tools/mingw_support.h @@ -44,5 +44,7 @@ typedef ULONG ulong; int fsync(int fd); void *mmap(void *, size_t, int, int, int, int); int munmap(void *, size_t); +char *strtok_r(char *s, const char *delim, char **save_ptr); +#include "getline.h" #endif /* __MINGW_SUPPORT_H_ */