projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573eb5e
)
Add missing #include for "strlen" which is used inline in this header. Fixes
author
Nick Lewycky
<nicholas@mxc.ca>
Fri, 8 May 2009 06:22:25 +0000
(06:22 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Fri, 8 May 2009 06:22:25 +0000
(06:22 +0000)
build under gcc 4.3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71208
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PIC16/PIC16.h
patch
|
blob
|
history
diff --git
a/lib/Target/PIC16/PIC16.h
b/lib/Target/PIC16/PIC16.h
index b25b0cc2c1855a75a670e57c38ef1c0595bac666..1f4aa9680db5ddb521e295ef5402607bf1aff0cb 100644
(file)
--- a/
lib/Target/PIC16/PIC16.h
+++ b/
lib/Target/PIC16/PIC16.h
@@
-18,6
+18,7
@@
#include "llvm/Target/TargetMachine.h"
#include <iosfwd>
#include <cassert>
+#include <cstring>
#include <string>
namespace llvm {