select.c: fix compilation for VxWorks

Reported-by: Brian
Bug: http://curl.haxx.se/bug/view.cgi?id=1455
This commit is contained in:
Daniel Stenberg 2014-11-25 08:55:17 +01:00
parent be1a505189
commit 700843d69f
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@
#include <dos.h> /* delay() */
#endif
#ifdef __VXWORKS__
#include <strings.h> /* bzero() in FD_SET */
#endif
#include <curl/curl.h>
#include "urldata.h"