mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
* ChunkedEncoding.cc: Added #include directive for strings.h
This commit is contained in:
parent
dd26d75751
commit
4a5fa077b3
8 changed files with 101 additions and 10 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "DlAbortEx.h"
|
||||
#include "message.h"
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define MAX_BUFSIZE (1024*1024)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue