mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
nhttpd: fix compile after include change.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
INCLUDES = \
|
||||
-I$(srcdir) \
|
||||
-I$(top_srcdir)/lib \
|
||||
-I$(top_srcdir)/src/zapit/include \
|
||||
-I$(top_srcdir)/src \
|
||||
|
@@ -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"
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#include <cstdlib>
|
||||
|
||||
// yhttpd
|
||||
#include "yconfig.h"
|
||||
#include <yconfig.h>
|
||||
#include "ytypes_globals.h"
|
||||
#include "ylogging.h"
|
||||
#include "yconnection.h"
|
||||
|
@@ -8,7 +8,7 @@
|
||||
// system
|
||||
#include <pthread.h>
|
||||
// yhttpd
|
||||
#include "yconfig.h"
|
||||
#include <yconfig.h>
|
||||
|
||||
// forward declaration
|
||||
class CWebserverConnection;
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#include <map>
|
||||
|
||||
// yhttpd
|
||||
#include "yconfig.h"
|
||||
#include <yconfig.h>
|
||||
#include "ytypes_globals.h"
|
||||
|
||||
// forward declaration
|
||||
|
@@ -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
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <arpa/inet.h>
|
||||
|
||||
// yhttpd
|
||||
#include "yconfig.h"
|
||||
#include <yconfig.h>
|
||||
#include "ytypes_globals.h"
|
||||
#include "ysocket.h"
|
||||
|
||||
|
Reference in New Issue
Block a user