select.c: fix compilation for VxWorks
Reported-by: Brian Bug: http://curl.haxx.se/bug/view.cgi?id=1455
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user