diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-02-17 22:45:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-17 22:45:49 -0500 |
| commit | e8a84927ab989d3c8fb6668dd242ada0a8f99585 (patch) | |
| tree | e0189e9cae971e221f0b76fb4c7e7b096d23959a /src/error.hpp | |
| parent | 35f0cb049e6a46c8037bab15a9debc21ad1a979e (diff) | |
| parent | 99520c4e6936b69e7489262bc35a70300366d395 (diff) | |
| download | zig-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.hpp | 2 |
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); |
