1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

include sys/types.h before sys/select.h

This commit is contained in:
Daniel Stenberg 2004-12-21 10:11:07 +00:00
parent 1225ad58bd
commit f4c5314890

View File

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