Updates the libinjection

Windows compilation was failing due to the utilization of size_t which is part
of the strings.h. strings.h was not part of windows and so the compilation
was failing. This update fix that. Issue #65 on libinjection:
https://github.com/client9/libinjection/issues/65
This commit is contained in:
Felipe Zimmerle
2014-02-18 05:06:58 -08:00
parent 66939d059b
commit 503e8f6c8e
2 changed files with 20 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ extern "C" {
/* pull in size_t */
#include <strings.h>
#include <stddef.h>
enum html5_type {
DATA_TEXT