a few missing headers and minor fixes

fix corking behavior for the case where a buffer follows a buffer in
iob_send
This commit is contained in:
leitner
2015-09-06 18:01:02 +00:00
parent cdecd16ab3
commit 7bdc1b29bb
4 changed files with 17 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
#include "io_internal.h"
#include <iarray.h>
#include <fmt.h>
#include <time.h>
#include <sys/time.h>
unsigned int io_debugstring(int64 s,char* buf,unsigned int bufsize) {
struct timeval tv;