aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/address_sorting/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/address_sorting/BUILD')
-rw-r--r--third_party/address_sorting/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/address_sorting/BUILD b/third_party/address_sorting/BUILD
index defa0851aa..7d5fb9d7ed 100644
--- a/third_party/address_sorting/BUILD
+++ b/third_party/address_sorting/BUILD
@@ -50,11 +50,11 @@ address_sorting_cc_library(
"address_sorting_windows.c",
],
hdrs = [
- "address_sorting.h",
+ "include/address_sorting/address_sorting.h",
"address_sorting_internal.h",
],
copts = ["-std=c99"],
includes = [
- ".",
+ "include",
],
)