diff options
Diffstat (limited to 'lib/System/Linux/TimeValue.cpp')
-rw-r--r-- | lib/System/Linux/TimeValue.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/System/Linux/TimeValue.cpp b/lib/System/Linux/TimeValue.cpp index b58cf82fe0..d9745cc72d 100644 --- a/lib/System/Linux/TimeValue.cpp +++ b/lib/System/Linux/TimeValue.cpp @@ -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; //===----------------------------------------------------------------------===// |