diff options
Diffstat (limited to 'tools/mingw_support.h')
| -rw-r--r-- | tools/mingw_support.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/mingw_support.h b/tools/mingw_support.h index 27936746b..ee07290b5 100644 --- a/tools/mingw_support.h +++ b/tools/mingw_support.h @@ -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_ */ |