aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/highwayhash.BUILD
diff options
context:
space:
mode:
authorGravatar Sandip Giri <sgiri@us.ibm.com>2018-05-17 01:18:08 +0530
committerGravatar Jonathan Hseu <vomjom@vomjom.net>2018-05-16 12:48:08 -0700
commitc6e92e39bf7f019ce9f367b836e1ae6ed75e350b (patch)
treee404e7036d00fd5990479cdea36e7be2d12a893a /third_party/highwayhash.BUILD
parent3176ba990070cdde62b7cdf81747d70107d2e032 (diff)
Updating highwayhash library to fix kernel_tests:lookup_ops_test, lookup:lookup_ops_test and string_to_hash_bucket_op_test tests on ppc (#18414)
* Updating highwayhash library to fix kernel_tests:lookup_ops_test, lookup:lookup_ops_test and string_to_hash_bucket_op_test tests on ppc * Fix endianess.h build on Windows
Diffstat (limited to 'third_party/highwayhash.BUILD')
-rw-r--r--third_party/highwayhash.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/highwayhash.BUILD b/third_party/highwayhash.BUILD
index 1b8e40765e..08cb84ea2c 100644
--- a/third_party/highwayhash.BUILD
+++ b/third_party/highwayhash.BUILD
@@ -10,6 +10,7 @@ cc_library(
srcs = ["highwayhash/sip_hash.cc"],
hdrs = [
"highwayhash/sip_hash.h",
+ "highwayhash/endianess.h",
"highwayhash/state_helpers.h",
],
visibility = ["//visibility:public"],