* ChunkedEncoding.cc: Added #include directive for strings.h

This commit is contained in:
Tatsuhiro Tsujikawa 2006-03-01 07:46:21 +00:00
parent dd26d75751
commit 4a5fa077b3
8 changed files with 101 additions and 10 deletions

View file

@ -23,6 +23,7 @@
#include "DlAbortEx.h"
#include "message.h"
#include <string.h>
#include <strings.h>
#include <errno.h>
#define MAX_BUFSIZE (1024*1024)