diff options
author | Brian Paul <[email protected]> | 2018-01-16 22:12:49 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-01-17 11:17:56 -0700 |
commit | 484ac243f6ffd488bc359e87927f408682bd23ab (patch) | |
tree | d7f39ea011f4bf760e85949c584ef24b8611f2fd /src/util | |
parent | ad00a7899396dc56abb4f813487bb19100551348 (diff) |
mesa: include compiler.h in disk_cache.c
Instead of indirect inclusion to get CPU_TO_LE32() macro.
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/disk_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/disk_cache.c b/src/util/disk_cache.c index 7ebfa8c045c..2884d3c9c1c 100644 --- a/src/util/disk_cache.c +++ b/src/util/disk_cache.c @@ -46,6 +46,7 @@ #include "util/u_queue.h" #include "util/mesa-sha1.h" #include "util/ralloc.h" +#include "main/compiler.h" #include "main/errors.h" #include "disk_cache.h" |