]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/mingw_support.h
pxe: make the first label the implicit default
[karo-tx-uboot.git] / tools / mingw_support.h
index 27936746bda86ac2f43da3c81f8162a0e672f13d..ee07290b5a2961a76378a06ec5a07b84c566c003 100644 (file)
@@ -45,6 +45,6 @@ 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);
-int getline(char **lineptr, size_t *n, FILE *stream);
+#include "getline.h"
 
 #endif /* __MINGW_SUPPORT_H_ */