From e1dd4fd535b203e9b6ebdfc1ff1bb78a1856295f Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 1 Feb 2024 19:27:05 +0000 Subject: [PATCH] Import of rpc://team/beto-rust-devs/beto-rust PiperOrigin-RevId: 603429939 --- presence/implementation/ldt.cc | 2 +- presence/implementation/ldt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presence/implementation/ldt.cc b/presence/implementation/ldt.cc index 01126dd2..8e512fd6 100644 --- a/presence/implementation/ldt.cc +++ b/presence/implementation/ldt.cc @@ -23,7 +23,7 @@ #include "absl/strings/str_format.h" #include "absl/strings/string_view.h" #ifdef USE_RUST_LDT -#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h" +#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h" #else #include "presence/implementation/np_ldt.h" #endif /* USE_RUST_LDT */ diff --git a/presence/implementation/ldt.h b/presence/implementation/ldt.h index 6a563505..647d62e7 100644 --- a/presence/implementation/ldt.h +++ b/presence/implementation/ldt.h @@ -21,7 +21,7 @@ #include "absl/status/statusor.h" #include "absl/strings/string_view.h" #ifdef USE_RUST_LDT -#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/include/np_ldt.h" +#include "third_party/beto-core/src/nearby/presence/ldt_np_adv_ffi/c/include/np_ldt.h" #else #include "presence/implementation/np_ldt.h" #endif /* USE_RUST_LDT */