diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index ff3fdb518fd..6c2fec6412a 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -1385,7 +1385,7 @@ cc_library( ]), hdrs = if_not_windows([ "common_runtime/sycl/sycl_device.h", - "common_runtime/sycl/sycl_device_context.h", + "common_runtime/sycl/sycl_device_context.h", ]), copts = tf_copts(), linkstatic = 1,