mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03:00
Gisle Vanem updated the code for win32 and djgpp builds.
This commit is contained in:
parent
f1da9e508e
commit
c3614fa6a3
3 changed files with 8 additions and 0 deletions
|
|
@ -88,6 +88,10 @@
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_POLL_H
|
||||
#include <sys/poll.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue