]> granicus.if.org Git - clang/commitdiff
Include <time.h> in order to use 'time_t'.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 17 Dec 2009 09:27:29 +0000 (09:27 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 17 Dec 2009 09:27:29 +0000 (09:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91597 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang-c/Index.h

index 4e768097c402cdb98d353e241f2d39aa8955b21c..99ea1b74e89796cddd1e82d70272f59a47578e77 100644 (file)
@@ -17,6 +17,7 @@
 #define CLANG_C_INDEX_H
 
 #include <sys/stat.h>
+#include <time.h>
 
 #ifdef __cplusplus
 extern "C" {