http: add missing header (#263)

Fixes compilation without deprecated OpenSSL APIs.
This commit is contained in:
Rosen Penev
2020-01-25 20:51:29 -08:00
committed by Shuanglei Tao
parent 985885ce2d
commit 42349f28b3

View File

@@ -1,5 +1,6 @@
#include <string.h>
#include <libwebsockets.h>
#include <openssl/ssl.h>
#include "server.h"
#include "html.h"