fix regressions double implicit casting return ptr

This commit is contained in:
Andrew Kelley
2020-01-13 16:51:58 -05:00
parent e48157c3cb
commit 8bf425957b
6 changed files with 55 additions and 32 deletions

View File

@@ -20,6 +20,7 @@
#include "zig_llvm.h"
#include "userland.h"
#include "dump_analysis.hpp"
#include "softfloat.hpp"
#include <stdio.h>
#include <errno.h>