Changes For Bug 352
[oota-llvm.git] / include / llvm / Config / sys / time.h
index c982b8e0e1d1bacf506f90ecf1cddea28fff3511..f5ca3961f25e33a6b794f3aca7e4e997374d15b6 100644 (file)
@@ -1,17 +1,23 @@
-/*
- * Header file: time.h
+/*===-- Config/sys/time.h ---------------------------------------*- C++ -*-===//
+ * 
+ *                     The LLVM Compiler Infrastructure
  *
- * Description:
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ * 
+ *===----------------------------------------------------------------------===//
  *     This header file is the autoconf replacement for sys/time.h (if it
  *     lives on the system).
+ *
+ *===----------------------------------------------------------------------===//
  */
 
 #ifndef _CONFIG_SYS_TIME_H
 #define _CONFIG_SYS_TIME_H
 
-#include "Config/config.h"
+#include "llvm/Config/config.h"
 
-#ifdef HAVE_SYS_TIME_H
+#if defined(HAVE_SYS_TIME_H) && !defined(_MSC_VER)
 #include <sys/time.h>
 #endif