Skip to content

Commit

Permalink
Fix miss include stdlib.h in ssl.c
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Sep 8, 2018
1 parent bf4212c commit 14bb898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include <errno.h>
#include <stdlib.h>

#include "ssl.h"
#include "buffer.h"
Expand Down

0 comments on commit 14bb898

Please sign in to comment.