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

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