Require sys/socket.h (for Cosmopolitan)

Compilation of mirb with Cosmopolitan fails because of missing include
(Cosmopolitan seems to be more strict than "traditional" compilers.
This commit is contained in:
Paweł Świątkowski
2026-01-04 19:52:11 +01:00
parent ee06bbb417
commit f856cf811f
@@ -13,6 +13,7 @@
#include <unistd.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/select.h>
#include <errno.h>
/*