mesa/src/util
Nicolas Dechesne b708c2961e util/rand_xor: add missing include statements
Fixes for:

src/util/rand_xor.c:60:13: error: implicit declaration of function 'open' [-Werror=implicit-function-declaration]
    int fd = open("/dev/urandom", O_RDONLY);
             ^~~~
src/util/rand_xor.c:60:34: error: 'O_RDONLY' undeclared (first use in this function)
    int fd = open("/dev/urandom", O_RDONLY);
                                  ^~~~~~~~

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
(cherry picked from commit adadadc151)
2017-06-14 12:47:58 +01:00
..
sha1 util/sha1: add non-typedef name for the SHA1_CTX struct 2017-03-15 11:15:53 +00:00
tests/hash_table
.gitignore
Android.mk Android: correct libz dependency 2017-05-18 18:01:44 +01:00
bitscan.c util/bitscan: use correct signature for ffs/ffsll 2017-03-13 11:16:34 +00:00
bitscan.h util/bitscan: use correct signature for ffs/ffsll 2017-03-13 11:16:34 +00:00
bitset.h
build_id.c util/build-id: check dlpi_name before strstr call 2017-03-17 07:34:26 +02:00
build_id.h util: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
crc32.c util: import CRC32 implementation from gallium 2016-11-22 18:05:51 +01:00
crc32.h util: import CRC32 implementation from gallium 2016-11-22 18:05:51 +01:00
debug.c
debug.h
disk_cache.c util/disk_cache: remove percentage based max cache limit 2017-04-30 09:46:30 +01:00
disk_cache.h util/disk_cache: hash pointer size and gpu name into cache keys 2017-03-24 11:20:09 +11:00
format_r11g11b10f.h util: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
format_rgb9e5.h
format_srgb.h
format_srgb.py util: remove shebang from format_srgb.py 2017-03-10 14:12:48 +00:00
half_float.c
half_float.h
hash_table.c
hash_table.h
list.h util: #include "c99_compat.h" to fix Windows build 2017-04-03 13:09:05 -06:00
macros.h mesa: removed redundant #else 2016-11-21 12:44:46 -06:00
Makefile.am util/disk_cache: compress individual cache entries 2017-03-03 12:09:08 +11:00
Makefile.sources util/u_atomic: provide 64bit atomics where they're missing 2017-04-03 10:52:41 -07:00
mesa-sha1.c util/sha1: harmonize _mesa_sha1_* wrappers 2017-03-22 11:33:51 +00:00
mesa-sha1.h util: #include "c99_compat.h" to fix Windows build 2017-04-03 13:09:05 -06:00
ralloc.c ralloc: don't leave out the alignment factor 2017-03-06 11:28:48 -08:00
ralloc.h ralloc: Delete autofree handling. 2017-02-27 15:46:12 -08:00
rand_xor.c util/rand_xor: add missing include statements 2017-06-14 12:47:58 +01:00
rand_xor.h util/rand_xor: add function to seed rand 2017-03-23 08:16:29 +11:00
register_allocate.c
register_allocate.h util: consistently use ifndef guards over pragma once 2017-03-22 16:55:22 +00:00
rgtc.c
rgtc.h
roundeven_test.c
rounding.h
SConscript util: import sha1 implementation from OpenBSD 2017-01-18 19:07:23 +00:00
set.c
set.h
simple_list.h
slab.c
slab.h
string_to_uint_map.cpp
string_to_uint_map.h
strndup.h util/strndup: move header inclusion as applicable 2017-03-22 16:55:23 +00:00
strtod.c
strtod.h
texcompress_rgtc_tmp.h
u_atomic.c util/u_atomic: provide 64bit atomics where they're missing 2017-04-03 10:52:41 -07:00
u_atomic.h
u_atomic_test.c
u_endian.h
u_queue.c util/queue: don't hang at exit 2017-04-24 13:12:41 +01:00
u_queue.h util/u_queue: make u_queue accessible to cpp 2017-03-13 09:50:26 +11:00
u_string.h gallium/util: move u_string.h to src/util/u_string.h 2017-03-12 17:43:06 +11:00
u_thread.h util/u_thread.h: Include stdint.h for int64_t definition. 2017-03-13 12:23:11 +00:00
u_vector.c
u_vector.h util: fix MSVC warning in u_align_u32() 2017-04-03 13:09:05 -06:00
vk_alloc.h util/vk_alloc: Add a vk_zalloc2 helper 2016-11-17 12:03:24 -08:00
vk_util.h util/vk: Add helpers for finding an extension struct 2017-03-15 08:22:02 +10:00