diff options
Diffstat (limited to 'teco.h')
-rw-r--r-- | teco.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -477,6 +477,10 @@ typedef unsigned long teco_ptrint_t; #include <direct.h> #endif +#if HAVE_I86_H +#include <i86.h> +#endif + #if HAVE_SYS_WAIT_H # include <sys/wait.h> #endif |