minor: add missing #include <errno.h>

(needed by connections-glue.c when not building with openssl)
This commit is contained in:
Glenn Strauss 2016-04-28 13:20:34 -04:00
parent c46f0ce027
commit 0fb91b026e
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#include "joblist.h"
#include "log.h"
#include <errno.h>
#ifdef USE_OPENSSL
# include <openssl/ssl.h>
# include <openssl/err.h>