Merge pull request #1540 from sortie/select

Include <sys/select.h> to get select(3).
This commit is contained in:
ailin-nemui 2025-04-14 13:36:35 +00:00 committed by GitHub
commit efd8f9b3a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@
#include "module.h"
#include <irssi/src/core/network.h>
#include <sys/select.h>
/* when quitting, wait for max. 5 seconds before forcing to close the socket */
#define MAX_QUIT_CLOSE_WAIT 5