diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-10-13 19:28:02 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-10-13 19:28:02 +0100 |
| commit | 894dd2e055098bca0edccd67534ce11526725cf4 (patch) | |
| tree | 6a876af2e8f2411c70cca276c3f4ba1c71426136 /src/normal.cc | |
| parent | 2adaa7bdfab5b62ed18a57a94fe150ca66026328 (diff) | |
Add missing includes
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.cc b/src/normal.cc index a5f75269..5729eee2 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -18,6 +18,7 @@ #include "window.hh" #include <signal.h> +#include <unistd.h> namespace Kakoune { |
