diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-01-24 23:15:22 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-01-24 23:24:50 +1100 |
| commit | 3e89148d74c3d4a9ba075b0d9218457e845982e6 (patch) | |
| tree | 531e835c0a78303602560407598e57fc8cfaf773 /src/shell_manager.cc | |
| parent | aa4885fd65724e609e62f3147110e6bbefd1fee2 (diff) | |
Fix missing errno include
Diffstat (limited to 'src/shell_manager.cc')
| -rw-r--r-- | src/shell_manager.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc index 4c0aded2..5abad543 100644 --- a/src/shell_manager.cc +++ b/src/shell_manager.cc @@ -19,6 +19,7 @@ #include <unistd.h> #include <fcntl.h> #include <cstdlib> +#include <errno.h> #if defined(__CYGWIN__) #define vfork fork |
