Linux patches from Stephen Wilson.

llvm-svn: 122127
This commit is contained in:
Greg Clayton 2010-12-18 01:52:08 +00:00
parent b096dcae4a
commit deaeb2c18e
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#ifndef LLDB_SBCommandReturnObject_h_
#define LLDB_SBCommandReturnObject_h_
#include <stdio.h>
#include "lldb/API/SBDefines.h"
namespace lldb {

View File

@ -10,6 +10,8 @@
#ifndef LLDB_SBStream_h_
#define LLDB_SBStream_h_
#include <stdio.h>
#include "lldb/API/SBDefines.h"
namespace lldb {