diff --git a/src/compat/compat.h b/src/compat/compat.h index d59f44d35..f40d7c142 100644 --- a/src/compat/compat.h +++ b/src/compat/compat.h @@ -25,7 +25,7 @@ path_separator(void){ return '\\'; } #define NL "\r\n" -#include +#include #include #define tcgetattr(x, y) (0) #define tcsetattr(x, y, z) (0)