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 <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#if !defined(_WIN32)
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#if !defined(_WIN32)
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#endif
|
#endif
|
||||||
#include "ioqueue.h"
|
#include "ioqueue.h"
|
||||||
|
|
|
@ -47,9 +47,8 @@
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include "service.h"
|
#include "service.h"
|
||||||
#else
|
|
||||||
#include <sys/types.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "empio.h"
|
#include "empio.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue