fix compiling error cause by undefined ssize_t on vs.

This commit is contained in:
Dhilan007 2014-01-21 09:52:43 +08:00
parent 8fbe47cf55
commit d0e3a81d18
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#define __CC_WEBSOCKET_H__
#include "CCPlatformMacros.h"
#include "CCStdC.h"
#include <list>
#include <string>
#include <vector>