mirror of
https://github.com/curl/curl.git
synced 2026-05-02 04:17:51 +03:00
include sys/types.h before sys/select.h
This commit is contained in:
parent
1225ad58bd
commit
f4c5314890
1 changed files with 3 additions and 4 deletions
|
|
@ -23,13 +23,12 @@
|
|||
|
||||
#include "setup.h"
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue