diff options
author | Timothy Arceri <[email protected]> | 2017-03-08 15:18:34 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-12 17:49:03 +1100 |
commit | fbfe88725367bd94ed047023cd4309622d0e6abb (patch) | |
tree | f7882a542a74ea3eb6eba9b04d5bd9467e5a2b96 /src/util/Makefile.sources | |
parent | a3b820308b9ff754199f1fb595baddcdf60da18f (diff) |
util: add u_thread.h
This is a minimal copy of os_thread.h from gallium in order to move
u_queue.{c,h} to this directory.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 8b2170292d7..8b5ee2d0c71 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -45,6 +45,7 @@ MESA_UTIL_FILES := \ u_atomic.h \ u_endian.h \ u_string.h \ + u_thread.h \ u_vector.c \ u_vector.h \ vk_alloc.h \ |