diff options
Diffstat (limited to 'lib/curlx.h')
-rw-r--r-- | lib/curlx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/curlx.h b/lib/curlx.h index 9558845e9..1e03a05fc 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -53,6 +53,9 @@ curlx_tvdiff_secs() */ +#include "nonblock.h" +/* "nonblock.h" provides curlx_nonblock() */ + /* Now setup curlx_ * names for the functions that are to become curlx_ and be removed from a future libcurl official API: curlx_getenv |