aboutsummaryrefslogtreecommitdiff
path: root/src/error.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-02-17 22:45:49 -0500
committerGitHub <noreply@github.com>2020-02-17 22:45:49 -0500
commite8a84927ab989d3c8fb6668dd242ada0a8f99585 (patch)
treee0189e9cae971e221f0b76fb4c7e7b096d23959a /src/error.hpp
parent35f0cb049e6a46c8037bab15a9debc21ad1a979e (diff)
parent99520c4e6936b69e7489262bc35a70300366d395 (diff)
downloadzig-e8a84927ab989d3c8fb6668dd242ada0a8f99585.tar.gz
zig-e8a84927ab989d3c8fb6668dd242ada0a8f99585.zip
Merge pull request #4478 from ziglang/self-host-libc-detection
self-hosted libc and dynamic linker detection
Diffstat (limited to 'src/error.hpp')
-rw-r--r--src/error.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.hpp b/src/error.hpp
index 3ff36e1a5f..90772df108 100644
--- a/src/error.hpp
+++ b/src/error.hpp
@@ -8,7 +8,7 @@
#ifndef ERROR_HPP
#define ERROR_HPP
-#include "userland.h"
+#include "stage2.h"
const char *err_str(Error err);