diff options
author | Rafael Antognolli <[email protected]> | 2019-12-11 15:01:11 -0800 |
---|---|---|
committer | Rafael Antognolli <[email protected]> | 2019-12-13 20:53:44 +0000 |
commit | ef5266ebd50e7fa65c56bdb623e12ca8c233b470 (patch) | |
tree | 1062691faa9a327023d4f65036e11eb57a393dd2 /src/util/meson.build | |
parent | c327245257b1ecb155026f811da9dd985a7751a8 (diff) |
util/os_socket: Add socket related functions.
v3:
- Add os_socket.c/h into Makefile.sources (Lionel)
- Add empty non-linux implementation to public functions.
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/util/meson.build')
-rw-r--r-- | src/util/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/meson.build b/src/util/meson.build index 540e4e9ce43..88c6ab2d2a8 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -62,6 +62,8 @@ files_mesa_util = files( 'os_file.c', 'os_misc.c', 'os_misc.h', + 'os_socket.c', + 'os_socket.h', 'u_process.c', 'u_process.h', 'sha1/sha1.c', |