mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
nhttpd: fix compile after include change.
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
|
||||
// yhttpd
|
||||
#include "yconfig.h"
|
||||
#include "ylogging.h"
|
||||
#include "ylanguage.h"
|
||||
#include "yhook.h"
|
||||
#include <ylogging.h>
|
||||
#include <ylanguage.h>
|
||||
#include <yhook.h>
|
||||
|
||||
#ifdef Y_CONFIG_USE_YPARSER
|
||||
#include "mod_yparser.h"
|
||||
#include <mod_yparser.h>
|
||||
static CyParser yParser;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user