mirror of
https://github.com/curl/curl.git
synced 2026-05-06 07:17:28 +03: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue