os_unix: add #include for libuv

This commit is contained in:
Rich Wareham
2014-02-24 20:08:36 +00:00
committed by Thiago de Arruda
parent f608d2361c
commit b58f079d8a

View File

@ -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>