mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-16 12:12:59 +08:00
Moved <netdb.h> to under unix includes
This commit is contained in:
parent
a0b599b308
commit
85940c8045
@ -91,6 +91,7 @@ typedef struct _stati64 file_stat_t;
|
||||
#include <pwd.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
||||
#include <arpa/inet.h> // For inet_pton() when USE_IPV6 is defined
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
@ -2718,7 +2719,6 @@ int mg_parse_header(const char *str, const char *var_name, char *buf,
|
||||
}
|
||||
|
||||
#ifdef USE_LUA
|
||||
#include <netdb.h>
|
||||
#include "lua_5.2.1.h"
|
||||
|
||||
static void reg_string(struct lua_State *L, const char *name, const char *val) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user