Include sys/uio.h unconditionally.
This commit is contained in:
parent
6181fd10bf
commit
f835548ee7
2 changed files with 2 additions and 3 deletions
|
@ -42,8 +42,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/types.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/uio.h>
|
||||
#endif
|
||||
#include "ioqueue.h"
|
||||
|
|
|
@ -47,9 +47,8 @@
|
|||
#include <direct.h>
|
||||
#include <process.h>
|
||||
#include "service.h"
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "empio.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue