1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Include the correct implementation file

llvm-svn: 17778
This commit is contained in:
Reid Spencer 2004-11-14 22:07:04 +00:00
parent 85b6b57c5e
commit a6b803539a

View File

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