summaryrefslogtreecommitdiff
path: root/libc/src/stdio/printf_core/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/printf_core/parser.h')
-rw-r--r--libc/src/stdio/printf_core/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/stdio/printf_core/parser.h b/libc/src/stdio/printf_core/parser.h
index 89556f1a9e5f..cef9b1ae58fa 100644
--- a/libc/src/stdio/printf_core/parser.h
+++ b/libc/src/stdio/printf_core/parser.h
@@ -25,7 +25,7 @@
#include "src/__support/fixed_point/fx_rep.h"
#endif // LIBC_INTERNAL_PRINTF_HAS_FIXED_POINT
#ifndef LIBC_COPT_PRINTF_DISABLE_STRERROR
-#include "src/errno/libc_errno.h"
+#include "src/__support/libc_errno.h"
#endif // LIBC_COPT_PRINTF_DISABLE_STRERROR
namespace LIBC_NAMESPACE_DECL {