[PATCH] D13932: [lencod] Include time.h to fix unknown type name 'time_t' error with Musl.

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 03:09:19 PDT 2015


vkalintiris created this revision.
vkalintiris added a subscriber: llvm-commits.

http://reviews.llvm.org/D13932

Files:
  MultiSource/Applications/JM/lencod/global.h

Index: MultiSource/Applications/JM/lencod/global.h
===================================================================
--- MultiSource/Applications/JM/lencod/global.h
+++ MultiSource/Applications/JM/lencod/global.h
@@ -29,6 +29,7 @@
 #define _GLOBAL_H_
 
 #include <stdio.h>
+#include <time.h>
 
 #include "win32.h"
 #include "defines.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13932.37980.patch
Type: text/x-patch
Size: 338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151021/47d2c276/attachment.bin>


More information about the llvm-commits mailing list