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.cpp')
-rw-r--r--libc/src/string/strerror.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/string/strerror.cpp b/libc/src/string/strerror.cpp
index e99793fb3591..014a51a622fd 100644
--- a/libc/src/string/strerror.cpp
+++ b/libc/src/string/strerror.cpp
@@ -7,8 +7,8 @@
//===----------------------------------------------------------------------===//
#include "src/string/strerror.h"
+#include "src/__support/StringUtil/error_to_string.h"
#include "src/__support/common.h"
-#include "src/__support/error_to_string.h"
namespace __llvm_libc {