Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/string/strerror_r.cpp')
-rw-r--r--libc/src/string/strerror_r.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/string/strerror_r.cpp b/libc/src/string/strerror_r.cpp
index 30147152c448..efdc8d3723c4 100644
--- a/libc/src/string/strerror_r.cpp
+++ b/libc/src/string/strerror_r.cpp
@@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
#include "src/string/strerror_r.h"
+#include "src/__support/StringUtil/error_to_string.h"
#include "src/__support/common.h"
-#include "src/__support/error_to_string.h"
#include <stddef.h>