Include the correct implementation file

llvm-svn: 17778
This commit is contained in:
Reid Spencer 2004-11-14 22:07:04 +00:00
parent 05be57b518
commit 8b89b8333e
1 changed files with 3 additions and 1 deletions

View File

@ -12,10 +12,12 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// Include the generic Unix implementation // Include the generic Unix implementation
#include "../Unix/Unix.h" #include "../Unix/TimeValue.cpp"
#include <sys/time.h> #include <sys/time.h>
namespace llvm { namespace llvm {
using namespace sys; using namespace sys;
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//