]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
include <sys/select.h> for fd_set 195/head
authorDavid Hill <dhill@mindcry.org>
Fri, 14 Apr 2017 22:08:56 +0000 (18:08 -0400)
committerDavid Hill <dhill@mindcry.org>
Fri, 14 Apr 2017 22:08:56 +0000 (18:08 -0400)
ui/net.h

index a37b5aa8094156965c71636d9f35ed9c0e1e7eaf..6b95a00a2be8dc25b71f5dbc6b57438d2e8d9bc3 100644 (file)
--- a/ui/net.h
+++ b/ui/net.h
 */
 
 /*  Prototypes for functions in net.c  */
+#include <sys/types.h>
 #include <netdb.h>
 #include <arpa/inet.h>
 #include <netinet/in.h>
 #include <sys/socket.h>
-#include <sys/types.h>
+#include <sys/select.h>
 #ifdef ENABLE_IPV6
 #include <netinet/ip6.h>
 #endif