diff options
author | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-24 20:08:36 +0000 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-24 22:00:03 -0300 |
commit | b58f079d8a24ce13fb72d1ea043e523955a20e74 (patch) | |
tree | d02cc2e86d8028a3e193988983282a3164a7aa92 /src/os_unix.c | |
parent | f608d2361c2be9ea4f0c0b258f1b4f173d1004be (diff) | |
download | rneovim-b58f079d8a24ce13fb72d1ea043e523955a20e74.tar.gz rneovim-b58f079d8a24ce13fb72d1ea043e523955a20e74.tar.bz2 rneovim-b58f079d8a24ce13fb72d1ea043e523955a20e74.zip |
os_unix: add #include for libuv
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 8dbd512726..5ced167868 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -32,6 +32,7 @@ #include "os_unixx.h" /* unix includes for os_unix.c only */ +#include "uv.h" #ifdef HAVE_SELINUX # include <selinux/selinux.h> |