shared: add missing include

Needed for socketpair, recv
This commit is contained in:
Marc-Antoine Perennou 2013-12-12 13:56:13 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent d90bb66996
commit 2a410422ec

View file

@ -23,6 +23,7 @@
#include <assert.h>
#include <errno.h>
#include <sys/poll.h>
#include <sys/socket.h>
#include <string.h>
#include <fcntl.h>