Skip to content

Commit

Permalink
lib: fix missing openssl/ui.h include.
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Palsson <[email protected]>
  • Loading branch information
karlp committed May 2, 2019
1 parent 995f90d commit 0928797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/net_mosq.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ and the Eclipse Distribution License is available at
#include <openssl/conf.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/ui.h>
#include <tls_mosq.h>
#endif

Expand Down

0 comments on commit 0928797

Please sign in to comment.