X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-poll.c;h=d78698e4a585bcd4a0c3bd132d1f1043a2c5d572;hb=9cedf3e1ac7dbdddefb7e172156e9000de7d80c2;hp=bbfefe43e0047848cac5ccc34142a333c8ea13e0;hpb=9c9a9765811eb1e698517065953e09d6b8c07400;p=gnulib.git diff --git a/tests/test-poll.c b/tests/test-poll.c index bbfefe43e..d78698e4a 100644 --- a/tests/test-poll.c +++ b/tests/test-poll.c @@ -1,5 +1,5 @@ /* Test of poll() function. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008-2009 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,8 +28,8 @@ #include #include #include +#include #include -#include "sockets.h" #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # define WIN32_NATIVE @@ -359,8 +359,6 @@ main () { int result; - gl_sockets_startup (SOCKETS_1_1); - #ifdef INTERACTIVE printf ("Please press Enter\n"); test (test_tty, "TTY");