diff options
Diffstat (limited to 'lib/select.h')
-rw-r--r-- | lib/select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/select.h b/lib/select.h index b3d9ce3ae..c3cb22057 100644 --- a/lib/select.h +++ b/lib/select.h @@ -36,7 +36,7 @@ struct pollfd { - int fd; + curl_socket_t fd; short events; short revents; }; |