diff options
author | Timothy Arceri <[email protected]> | 2019-05-17 15:23:11 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2019-05-20 10:24:23 +1000 |
commit | ac779ff2b7ae2eff3021ab3a513a7913e0d31e39 (patch) | |
tree | d3c8d3107e4734ca6a9c48902d3a808f22dce098 /src/util | |
parent | 1155446c198f43fcfc7afcb01917f5b3517081c2 (diff) |
util: add missing include to build_id.h
Required to use uint8_t
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/build_id.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/build_id.h b/src/util/build_id.h index 86d611d8db7..1872ca5c7e5 100644 --- a/src/util/build_id.h +++ b/src/util/build_id.h @@ -26,6 +26,8 @@ #ifdef HAVE_DL_ITERATE_PHDR +#include <stdint.h> + struct build_id_note; const struct build_id_note * |