nhttpd: fix compile after include change.

Origin commit data
------------------
Branch: ni/coolstream
Commit: cfea9b493f
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Bas
2012-03-04 15:51:56 +08:00
parent 0494f47426
commit 5451b4c30e
11 changed files with 17 additions and 13 deletions

View File

@@ -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