Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@163139 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Breakpoint/BreakpointID.cpp b/source/Breakpoint/BreakpointID.cpp
index 6180e4d..9a59e29 100644
--- a/source/Breakpoint/BreakpointID.cpp
+++ b/source/Breakpoint/BreakpointID.cpp
@@ -9,6 +9,8 @@
 
 
 // C Includes
+#include <stdio.h>
+
 // C++ Includes
 // Other libraries and framework includes
 // Project includes