Improve code

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
main^2
Jianhui Zhao 2021-01-08 23:58:08 +08:00
parent 33339863b5
commit 808bb3785b
3 changed files with 2 additions and 3 deletions

View File

@ -26,6 +26,7 @@
#include <errno.h>
#include "ssl.h"
#include "log.h"
#if UHTTPD_SSL_SUPPORT

View File

@ -26,7 +26,6 @@
#define LIBUHTTPD_SSL_H
#include "config.h"
#include "log.h"
#if UHTTPD_SSL_SUPPORT

View File

@ -28,8 +28,7 @@
#include <stddef.h>
#include <stdbool.h>
#include <inttypes.h>
#include "config.h"
#include <sys/socket.h>
#ifndef container_of
#define container_of(ptr, type, member) \