[libc-commits] [libc] [libc] Use relative path in struct_sockaddr_in6.h (PR #203297)

Pavel Labath via libc-commits libc-commits at lists.llvm.org
Thu Jun 11 07:54:50 PDT 2026


https://github.com/labath created https://github.com/llvm/llvm-project/pull/203297

This is the right way to include these after all.

>From 806392fe94ca004243beb89a107aa83beb723eef Mon Sep 17 00:00:00 2001
From: Pavel Labath <pavel at labath.sk>
Date: Thu, 11 Jun 2026 14:48:13 +0000
Subject: [PATCH] [libc] Use relative path in struct_sockaddr_in6.h

This is the right way to include these after all.
---
 libc/include/llvm-libc-types/struct_sockaddr_in6.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 



More information about the libc-commits mailing list