[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Jul 2 20:23:03 PDT 2004
Changes in directory llvm/lib/Support:
CommandLine.cpp updated: 1.44 -> 1.45
---
Log message:
Fix compilation on internix
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Support/CommandLine.cpp
diff -u llvm/lib/Support/CommandLine.cpp:1.44 llvm/lib/Support/CommandLine.cpp:1.45
--- llvm/lib/Support/CommandLine.cpp:1.44 Thu May 6 17:04:31 2004
+++ llvm/lib/Support/CommandLine.cpp Fri Jul 2 20:21:05 2004
@@ -23,6 +23,7 @@
#include <iostream>
#include <cstdlib>
#include <cerrno>
+#include <cstring>
using namespace llvm;
using namespace cl;
More information about the llvm-commits
mailing list