Skip to content

Commit 82e9533

Browse files
fix header
1 parent 7b55dee commit 82e9533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/sys/ioctl/linux/ioctl_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "test/UnitTest/LibcTest.h"
1616
#include "test/UnitTest/Test.h"
1717

18-
#include <fcntl.h>
18+
#include <linux/fs.h>
1919

2020
TEST(LlvmLibcIoctlTest, InvalidFileDescriptor) {
2121
using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Fails;

0 commit comments

Comments
 (0)