forked from OSchip/llvm-project
Added some missing header files.
They help fix mingw build. llvm-svn: 203650
This commit is contained in:
parent
581eb95983
commit
bdb515916c
|
@ -11,6 +11,7 @@
|
|||
#define LLDB_lldb_win32_h_
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <time.h>
|
||||
|
||||
// posix utilities
|
||||
int vasprintf(char **ret, const char *fmt, va_list ap);
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <io.h>
|
||||
#include <cerrno>
|
||||
#include <ctype.h>
|
||||
|
||||
int vasprintf(char **ret, const char *fmt, va_list ap)
|
||||
{
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include <process.h>
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "Platform.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue