citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 5a4343261594482e5754f56814dbe247ec70f8b3
parent dc6c387969ff127965971eb7a4a5fc303d7196ee
Author: kyle <kyle@getaddrinfo.net>
Date:   Mon, 11 Apr 2016 20:07:44 -0600

src: we use E... so include errno.h

Diffstat:
Msrc/af_unix.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/af_unix.cc b/src/af_unix.cc @@ -1,4 +1,5 @@ #include <err.h> // err +#include <errno.h> // EWOULDBLOCK #include <fcntl.h> #include <string.h> // memset #include <sys/socket.h> // socket