nhttpd: fix compile after include change.

This commit is contained in:
[CST] Bas
2012-03-04 15:51:56 +08:00
parent dc6925ed9a
commit cfea9b493f
11 changed files with 17 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
INCLUDES = \
-I$(srcdir) \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/src/zapit/include \
-I$(top_srcdir)/src \

View File

@@ -9,8 +9,8 @@
#include <cstdlib>
// yhttpd
#include "yconfig.h"
#include "yhttpd.h"
#include <yconfig.h>
#include <yhttpd.h>
#include "ytypes_globals.h"
#include "ylanguage.h"
#include "yconnection.h"

View File

@@ -9,7 +9,7 @@
#include <cstdlib>
// yhttpd
#include "yconfig.h"
#include <yconfig.h>
#include "ytypes_globals.h"
#include "ylogging.h"
#include "yconnection.h"

View File

@@ -8,7 +8,7 @@
// system
#include <pthread.h>
// yhttpd
#include "yconfig.h"
#include <yconfig.h>
// forward declaration
class CWebserverConnection;

View File

@@ -11,7 +11,7 @@
#include <map>
// yhttpd
#include "yconfig.h"
#include <yconfig.h>
#include "ytypes_globals.h"
// forward declaration

View File

@@ -13,7 +13,7 @@
#include <netinet/tcp.h>
#include <sys/socket.h>
#include "yconfig.h"
#include <yconfig.h>
#include "ytypes_globals.h"
#ifdef Y_CONFIG_USE_OPEN_SSL

View File

@@ -20,7 +20,7 @@
#include <arpa/inet.h>
// yhttpd
#include "yconfig.h"
#include <yconfig.h>
#include "ytypes_globals.h"
#include "ysocket.h"