diff options
Diffstat (limited to 'tools/os_support.h')
| -rw-r--r-- | tools/os_support.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/tools/os_support.h b/tools/os_support.h index 7bf930e22..7dcbee4b3 100644 --- a/tools/os_support.h +++ b/tools/os_support.h @@ -28,4 +28,8 @@  #include "mingw_support.h"  #endif +#ifdef __APPLE__ +#include "getline.h" +#endif +  #endif /* __OS_SUPPORT_H_ */ |