minor: add missing #include <errno.h>
(needed by connections-glue.c when not building with openssl)
This commit is contained in:
parent
c46f0ce027
commit
0fb91b026e
|
@ -5,6 +5,8 @@
|
|||
#include "joblist.h"
|
||||
#include "log.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef USE_OPENSSL
|
||||
# include <openssl/ssl.h>
|
||||
# include <openssl/err.h>
|
||||
|
|
Loading…
Reference in New Issue