BUILD: sock_unix: add missing errno.h

It builds fine when openssl is enabled, but fails otherwise. No backport
is needed.
This commit is contained in:
Willy Tarreau 2020-09-16 22:15:40 +02:00
parent af9609b4d1
commit eb8cfe6723

View File

@ -10,8 +10,9 @@
*
*/
#include <fcntl.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>