aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-02-16 19:16:08 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-02-16 19:16:08 -0500
commit20f3b0efff76cb3c611b72c1c1862490aef79b80 (patch)
treea7480ae1b27776576f12392a798c18c2fb293be5 /src/util.cpp
parentc25742010d69e0e56f1fda99f1b986be52165e3b (diff)
downloadzig-20f3b0efff76cb3c611b72c1c1862490aef79b80.tar.gz
zig-20f3b0efff76cb3c611b72c1c1862490aef79b80.zip
rename libuserland to libstage2
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
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>