[libc-commits] [libc] [libc] Use relative path in struct_sockaddr_in6.h (PR #203297)
via libc-commits
libc-commits at lists.llvm.org
Thu Jun 11 07:56:05 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Pavel Labath (labath)
<details>
<summary>Changes</summary>
This is the right way to include these after all.
---
Full diff: https://github.com/llvm/llvm-project/pull/203297.diff
1 Files Affected:
- (modified) libc/include/llvm-libc-types/struct_sockaddr_in6.h (+1-1)
``````````diff
diff --git a/libc/include/llvm-libc-types/struct_sockaddr_in6.h b/libc/include/llvm-libc-types/struct_sockaddr_in6.h
index fc4d4823836fa..5c5cfb38a6ac3 100644
--- a/libc/include/llvm-libc-types/struct_sockaddr_in6.h
+++ b/libc/include/llvm-libc-types/struct_sockaddr_in6.h
@@ -15,8 +15,8 @@
#ifndef LLVM_LIBC_TYPES_STRUCT_SOCKADDR_IN6_H
#define LLVM_LIBC_TYPES_STRUCT_SOCKADDR_IN6_H
+#include "../llvm-libc-macros/stdint-macros.h"
#include "in_port_t.h"
-#include "llvm-libc-macros/stdint-macros.h"
#include "sa_family_t.h"
#include "struct_in6_addr.h"
``````````
</details>
https://github.com/llvm/llvm-project/pull/203297
More information about the libc-commits
mailing list