diff options
author | Matt Turner <[email protected]> | 2016-07-28 14:34:14 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2016-08-01 12:09:17 -0700 |
commit | 16ff8f9ae8d4b9cbf69f28384692a9019fc706b4 (patch) | |
tree | c7f7b97dc90c5a67479c54cbdc95113fa49f8e74 /src/gallium/auxiliary/Makefile.sources | |
parent | bbe012f02ae8963668e12a571b13e8c95044d2ba (diff) |
gallium/auxiliary: Add u_bitcast.h header.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index e0311bfc3a1..26f7eee365b 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -175,6 +175,7 @@ C_SOURCES := \ translate/translate_generic.c \ translate/translate_sse.c \ util/dbghelp.h \ + util/u_bitcast.h \ util/u_bitmask.c \ util/u_bitmask.h \ util/u_blend.h \ |