aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdfix/bitshr_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/stdfix/bitshr_test.cpp')
-rw-r--r--libc/test/src/stdfix/bitshr_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/src/stdfix/bitshr_test.cpp b/libc/test/src/stdfix/bitshr_test.cpp
index 220d7f6..d9583ad2 100644
--- a/libc/test/src/stdfix/bitshr_test.cpp
+++ b/libc/test/src/stdfix/bitshr_test.cpp
@@ -8,7 +8,7 @@
#include "BitsFxTest.h"
-#include "llvm-libc-types/stdfix-types.h" // int_hr_t
+#include "llvm-libc-types/int_hr_t.h" // int_hr_t
#include "src/stdfix/bitshr.h"
LIST_BITSFX_TESTS(hr, short fract, int_hr_t, LIBC_NAMESPACE::bitshr);