diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2009-12-17 09:27:29 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2009-12-17 09:27:29 +0000 |
commit | 3d31560343856c573376a04558a7111e7afad4f7 (patch) | |
tree | 6aae787b05e7de4380f4ad3f7bb31f55bc629d6e | |
parent | 4da689a0252275e865af846f0e75e733ba954ec2 (diff) |
Include <time.h> in order to use 'time_t'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91597 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang-c/Index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 4e768097c4..99ea1b74e8 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -17,6 +17,7 @@ #define CLANG_C_INDEX_H #include <sys/stat.h> +#include <time.h> #ifdef __cplusplus extern "C" { |