aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-03-12 17:32:32 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-03-12 17:32:32 -0400
commit62486c35a483d759b29fa5da235da66590bde6d7 (patch)
tree9325e41870f70db4d044345eaafd565a800adaf9 /src/main.cpp
parent5734b7a37a75b927ca31e52ad915d7de125993d9 (diff)
downloadzig-62486c35a483d759b29fa5da235da66590bde6d7.tar.gz
zig-62486c35a483d759b29fa5da235da66590bde6d7.zip
ability to build musl from source
bundles musl 1.1.21 See #514
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 28da1cbbe7..af3b878b09 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,6 +10,7 @@
#include "codegen.hpp"
#include "compiler.hpp"
#include "config.h"
+#include "install_files.h"
#include "error.hpp"
#include "os.hpp"
#include "target.hpp"