Add missing headers.

Something changed in commit r129112 where a few standard headers vanished from
the include chain when building on Linux.  Fix up by including limits.h for
INT_MAX and PATH_MAX where needed, and stdio.h for printf().

llvm-svn: 129130
This commit is contained in:
Stephen Wilson
2011-04-08 13:36:44 +00:00
parent 466d0c1f93
commit 8acdbb8a75
9 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
#include <limits.h>
#include "lldb/API/SBFileSpec.h"
#include "lldb/API/SBStream.h"
#include "lldb/Host/FileSpec.h"

View File

@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
#include <limits.h>
#include "lldb/API/SBLineEntry.h"
#include "lldb/API/SBStream.h"
#include "lldb/Core/StreamString.h"