Commit f4c53148 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 1225ad58
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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