Merge pull request #5135 from Dhilan007/develop_crash

fix compiling error cause by undefined ssize_t on vs.
This commit is contained in:
James Chen 2014-01-20 18:05:18 -08:00
commit d05ed0ac0e
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>