util/vector: Fix u_vector_foreach when head rolls over
[mesa.git] / src / util / meson.build
index 540e4e9ce43b04f5d4da0ea8bd0428e7d054f441..0a3ad64d4ac2605f77337bbe94742ce9fd0a4f04 100644 (file)
@@ -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',
@@ -285,4 +287,6 @@ if with_tests
   subdir('tests/vma')
   subdir('tests/set')
   subdir('tests/sparse_array')
+  subdir('tests/format')
+  subdir('tests/vector')
 endif