Skip to content

Commit ca31713

Browse files
address CRs
1 parent abaab76 commit ca31713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/setjmp/x86_64/sigsetjmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "src/setjmp/sigsetjmp.h"
10+
#include "hdr/offsetof_macros.h"
1011
#include "src/__support/common.h"
1112
#include "src/__support/macros/config.h"
1213
#include "src/setjmp/setjmp_impl.h"
1314
#include "src/setjmp/sigsetjmp_epilogue.h"
14-
#include "hdr/offsetof_macros.h"
1515

1616
#if !defined(LIBC_TARGET_ARCH_IS_X86)
1717
#error "Invalid file include"

0 commit comments

Comments
 (0)