Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: http_parser/http_parser.h
- Revision:
- 2:959baaa89148
- Parent:
- 0:910f5949759f
- Child:
- 29:383e9bfbfbed
- Child:
- 31:b3730a2c4f39
--- a/http_parser/http_parser.h Thu Feb 16 11:47:08 2017 +0100 +++ b/http_parser/http_parser.h Thu Feb 16 13:55:05 2017 +0100 @@ -29,7 +29,8 @@ #define HTTP_PARSER_VERSION_MINOR 7 #define HTTP_PARSER_VERSION_PATCH 1 -#include <sys/types.h> +typedef unsigned int size_t; + #if defined(_WIN32) && !defined(__MINGW32__) && \ (!defined(_MSC_VER) || _MSC_VER<1600) && !defined(__WINE__) #include <BaseTsd.h>