mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
select.c: fix compilation for VxWorks
Reported-by: Brian Bug: http://curl.haxx.se/bug/view.cgi?id=1455
This commit is contained in:
parent
be1a505189
commit
700843d69f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user