minor: add missing #include <errno.h>

(needed by connections-glue.c when not building with openssl)
personal/stbuehler/mod-csrf-old
Glenn Strauss 7 years ago
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…
Cancel
Save