Back out the previous revision and remove the include of sys/types.h
instead.
This commit is contained in:
parent
3bdad8ce26
commit
a9c872f006
2 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
|
||||||
#if !defined(_WIN32)
|
#if !defined(_WIN32)
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include "service.h"
|
#include "service.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