aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/llogb.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/llogb.h')
-rw-r--r--libc/src/math/llogb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/math/llogb.h b/libc/src/math/llogb.h
index 2d95877..b51f89f 100644
--- a/libc/src/math/llogb.h
+++ b/libc/src/math/llogb.h
@@ -9,7 +9,7 @@
#ifndef LLVM_LIBC_SRC_MATH_LLOGB_H
#define LLVM_LIBC_SRC_MATH_LLOGB_H
-#include "src/__support/macros/properties/float.h"
+#include "src/__support/macros/properties/types.h"
namespace LIBC_NAMESPACE {