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

@@ -15,8 +15,8 @@
#include <stdlib.h>
// yhttpd
#include "yconfig.h"
#include "ytypes_globals.h"
#include "ywebserver.h"
//#include <ytypes_globals.h>
#include <ywebserver.h>
//-----------------------------------------------------------------------------
class Cyhttpd {