summaryrefslogtreecommitdiff
path: root/src/shell_manager.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-10-13 19:28:02 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-10-13 19:28:02 +0100
commit894dd2e055098bca0edccd67534ce11526725cf4 (patch)
tree6a876af2e8f2411c70cca276c3f4ba1c71426136 /src/shell_manager.cc
parent2adaa7bdfab5b62ed18a57a94fe150ca66026328 (diff)
Add missing includes
Diffstat (limited to 'src/shell_manager.cc')
-rw-r--r--src/shell_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell_manager.cc b/src/shell_manager.cc
index e105f102..af2aa98d 100644
--- a/src/shell_manager.cc
+++ b/src/shell_manager.cc
@@ -6,6 +6,7 @@
#include <cstring>
#include <sys/types.h>
#include <sys/wait.h>
+#include <unistd.h>
namespace Kakoune
{