parent
33339863b5
commit
808bb3785b
|
@ -26,6 +26,7 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include "ssl.h"
|
||||
#include "log.h"
|
||||
|
||||
#if UHTTPD_SSL_SUPPORT
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#define LIBUHTTPD_SSL_H
|
||||
|
||||
#include "config.h"
|
||||
#include "log.h"
|
||||
|
||||
#if UHTTPD_SSL_SUPPORT
|
||||
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue