diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2017-03-08 14:36:17 +1100 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-03-12 17:43:06 +1100 |
commit | 94a6457724c0f0fa15095c6a2cff61fb71acd070 (patch) | |
tree | 4b47a0cc393c6c174609d53186fefcf826c2f1d5 /src/util/Makefile.sources | |
parent | d55d1e98055f29fcbab24748521997ad1e4d31a0 (diff) |
gallium/util: move u_string.h to src/util/u_string.h
This will help us move u_queue.c here eventually and also provide
string function wrappers for anyone wishing to port disk_cache.c
to windows.
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
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 08ad7bec3a..8b2170292d 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -44,6 +44,7 @@ MESA_UTIL_FILES := \ texcompress_rgtc_tmp.h \ u_atomic.h \ u_endian.h \ + u_string.h \ u_vector.c \ u_vector.h \ vk_alloc.h \ |