Include sys/uio.h unconditionally.

This commit is contained in:
Ron Koenderink 2007-08-15 02:46:08 +00:00
parent 6181fd10bf
commit f835548ee7
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -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"