summaryrefslogtreecommitdiff
path: root/sockets.h
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-27 23:01:11 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-27 23:01:11 +0100
commit31ce10b31198128de4983667820319a193adb976 (patch)
tree99ff7bc13815f25c13a8d994b7dc28d302e72225 /sockets.h
parent4b2cd5c4c349ea3e5683a6b2beb42c518d3ccef3 (diff)
Make debug output optional and disabled by default.
Diffstat (limited to 'sockets.h')
-rw-r--r--sockets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sockets.h b/sockets.h
index 64cbd44..3ad5406 100644
--- a/sockets.h
+++ b/sockets.h
@@ -15,6 +15,8 @@
#include <openssl/ssl.h>
#include <openssl/err.h>
+#include "functions.h"
+
#define BACKLOG 10 // maximum length to which the queue of pending connections for sockfd may grow
// get sockaddr, IPv4 or IPv6: