Fix compilation on internix
authorChris Lattner <sabre@nondot.org>
Sat, 3 Jul 2004 01:21:05 +0000 (01:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Jul 2004 01:21:05 +0000 (01:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14588 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/CommandLine.cpp

index 3454ffc00fea7115f34ae273d7aaffa800906a4e..2337e2e25581b1f8d1e8beb66f86fc6ac3984efe 100644 (file)
@@ -23,6 +23,7 @@
 #include <iostream>
 #include <cstdlib>
 #include <cerrno>
+#include <cstring>
 using namespace llvm;
 
 using namespace cl;