Skip to content

Commit 9084d2a

Browse files
committed
[libc] Add a missing include
This is a fixup for da6d5fa.
1 parent 39bf765 commit 9084d2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/stdlib/qsort_pivot.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef LLVM_LIBC_SRC_STDLIB_QSORT_PIVOT_H
1010
#define LLVM_LIBC_SRC_STDLIB_QSORT_PIVOT_H
1111

12+
#include "src/__support/macros/attributes.h"
13+
1214
#include <stddef.h> // For size_t
1315

1416
namespace LIBC_NAMESPACE_DECL {

0 commit comments

Comments
 (0)