CryptoManiac 47d0b70ebf
Include <cerrno> to provide standard error constants (#338)
See https://en.cppreference.com/w/cpp/header/cerrno for additional details. Some of used constants are defined in this header.

Inclusion is necessary to avoid these errors:

```
/home/user/IXWebSocket/ixwebsocket/IXNetSystem.cpp:189:30: error: use of undeclared identifier 'EAFNOSUPPORT'
            default: errno = EAFNOSUPPORT; return 0;
                             ^
/home/user/IXWebSocket/ixwebsocket/IXNetSystem.cpp:191:17: error: use of undeclared identifier 'ENOSPC'
        errno = ENOSPC;
                ^
/home/user/IXWebSocket/ixwebsocket/IXNetSystem.cpp:175:25: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32]
                    j = strspn(buf + i, ":0");
                      ~ ^~~~~~~~~~~~~~~~~~~~~
/home/user/IXWebSocket/ixwebsocket/IXNetSystem.cpp:234:21: error: use of undeclared identifier 'EAFNOSUPPORT'
            errno = EAFNOSUPPORT;
                    ^
2 warnings and 3 errors generated.
```
2022-01-04 12:13:19 -08:00
..
2020-11-12 13:07:31 -08:00
2021-11-24 08:28:25 -08:00
2021-11-24 08:28:25 -08:00
2020-03-24 12:48:55 -07:00
2021-11-24 08:28:25 -08:00
2021-11-24 08:28:25 -08:00
2020-04-24 15:34:00 -07:00
2020-11-15 21:09:58 -08:00
2020-07-08 10:39:46 -07:00
2019-05-30 08:46:50 -07:00
2019-08-30 12:50:56 -07:00
2020-04-24 15:34:00 -07:00
2020-11-15 21:09:58 -08:00
2020-11-15 21:09:58 -08:00
2020-04-16 11:58:06 -07:00
2021-11-24 08:28:25 -08:00
2021-11-24 08:28:25 -08:00