summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/DynamicLibrary.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-10-08 07:23:46 +0000
committerDuncan Sands <baldrick@free.fr>2008-10-08 07:23:46 +0000
commit26ff6f9c5414cd5e1d6693bb481e0c45d648bde4 (patch)
tree8ee419dea770f5b5ffb7f4458c5897cd178996aa /llvm/lib/System/DynamicLibrary.cpp
parent9b1300ba551c4d01130dc969d74017d28ecfac03 (diff)
downloadbcm5719-llvm-26ff6f9c5414cd5e1d6693bb481e0c45d648bde4.tar.gz
bcm5719-llvm-26ff6f9c5414cd5e1d6693bb481e0c45d648bde4.zip
Add <cstdio> include where needed by gcc-4.4.
Patch by Samuel Tardieu. llvm-svn: 57291
Diffstat (limited to 'llvm/lib/System/DynamicLibrary.cpp')
-rw-r--r--llvm/lib/System/DynamicLibrary.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/System/DynamicLibrary.cpp b/llvm/lib/System/DynamicLibrary.cpp
index 5e3b6cb5651..970266f3438 100644
--- a/llvm/lib/System/DynamicLibrary.cpp
+++ b/llvm/lib/System/DynamicLibrary.cpp
@@ -13,6 +13,7 @@
#include "llvm/System/DynamicLibrary.h"
#include "llvm/Config/config.h"
+#include <cstdio>
#include <cstring>
#include <map>
OpenPOWER on IntegriCloud