Files
mesa/src/util
Bernd Kuhls e62c3cf350 util/os_socket: Include unistd.h to fix build error
Fixes

In file included from ../src/util/os_socket.c:8:
../src/util/os_socket.h:26:1: error: unknown type name ‘ssize_t’; did you mean ‘size_t’?
 ssize_t os_socket_recv(int socket, void *buffer, size_t length, int flags);

seen with gcc version 8.3.0 (Buildroot 2019.11) and uClibc 1.0.32.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Fixes: ef5266ebd5 ("util/os_socket: Add socket related functions.")
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3659>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3659>
2020-02-03 10:55:44 +00:00
..
2019-10-10 16:33:04 -07:00
2019-08-08 22:02:54 +01:00
2018-10-10 13:13:12 -05:00
2019-09-19 19:56:22 +00:00
2019-03-11 13:13:52 -07:00
2019-03-11 13:13:52 -07:00
2019-08-15 20:23:44 +02:00
2019-08-02 18:38:52 +01:00
2019-10-28 11:24:39 +00:00
2019-09-06 00:45:11 +00:00
2017-11-09 11:57:21 +01:00
2019-05-31 19:14:30 +02:00
2017-09-03 09:05:23 +01:00
2019-10-09 12:55:15 -07:00
2019-03-14 22:41:08 +00:00
2018-11-27 15:44:02 -05:00
2019-10-28 11:24:38 +00:00
2019-08-31 13:26:10 -07:00
2020-01-23 17:06:57 +00:00