[cfe-commits] r91597 - /cfe/trunk/include/clang-c/Index.h
Chandler Carruth
chandlerc at gmail.com
Thu Dec 17 01:27:29 PST 2009
Author: chandlerc
Date: Thu Dec 17 03:27:29 2009
New Revision: 91597
URL: http://llvm.org/viewvc/llvm-project?rev=91597&view=rev
Log:
Include <time.h> in order to use 'time_t'.
Modified:
cfe/trunk/include/clang-c/Index.h
Modified: cfe/trunk/include/clang-c/Index.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang-c/Index.h?rev=91597&r1=91596&r2=91597&view=diff
==============================================================================
--- cfe/trunk/include/clang-c/Index.h (original)
+++ cfe/trunk/include/clang-c/Index.h Thu Dec 17 03:27:29 2009
@@ -17,6 +17,7 @@
#define CLANG_C_INDEX_H
#include <sys/stat.h>
+#include <time.h>
#ifdef __cplusplus
extern "C" {
More information about the cfe-commits
mailing list