mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -13,6 +13,7 @@
|
||||
#include <unistd.h>
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/select.h>
|
||||
#include <errno.h>
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user