Fix the previous revision (system header inclusion cleanup), it
doesn't compile on crufty old systems.
This commit is contained in:
parent
f4e018b6ee
commit
acad2240e0
4 changed files with 8 additions and 4 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/types.h>
|
||||
#include <sys/uio.h>
|
||||
#endif
|
||||
#include "ioqueue.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue