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

via libc-commits libc-commits at lists.llvm.org
Thu Jun 11 08:54:10 PDT 2026


Author: Pavel Labath
Date: 2026-06-11T17:54:05+02:00
New Revision: 67340e0aa6cfefdcb573d5c76fbdc2c9efa037c4

URL: https://github.com/llvm/llvm-project/commit/67340e0aa6cfefdcb573d5c76fbdc2c9efa037c4
DIFF: https://github.com/llvm/llvm-project/commit/67340e0aa6cfefdcb573d5c76fbdc2c9efa037c4.diff

LOG: [libc] Use relative path in struct_sockaddr_in6.h (#203297)

This is the right way to include these after all.

Added: 
    

Modified: 
    libc/include/llvm-libc-types/struct_sockaddr_in6.h

Removed: 
    


################################################################################
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