mirror of
https://github.com/irssi/irssi.git
synced 2025-04-25 12:31:09 -05:00
Merge pull request #1540 from sortie/select
Include <sys/select.h> to get select(3).
This commit is contained in:
commit
efd8f9b3a5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user