diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-02-16 19:16:08 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-02-16 19:16:08 -0500 |
| commit | 20f3b0efff76cb3c611b72c1c1862490aef79b80 (patch) | |
| tree | a7480ae1b27776576f12392a798c18c2fb293be5 /src/util.cpp | |
| parent | c25742010d69e0e56f1fda99f1b986be52165e3b (diff) | |
| download | zig-20f3b0efff76cb3c611b72c1c1862490aef79b80.tar.gz zig-20f3b0efff76cb3c611b72c1c1862490aef79b80.zip | |
rename libuserland to libstage2
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index 56f1de9839..2de09df808 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -6,7 +6,7 @@ */ #include "util.hpp" -#include "userland.h" +#include "stage2.h" #include <stdio.h> #include <stdarg.h> |
