[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
Tue Nov 10 10:56:01 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL252634: [lencod] Include time.h to fix unknown type name 'time_t' error with Musl. (authored by vkalintiris).

Changed prior to commit:
  http://reviews.llvm.org/D13932?vs=37980&id=39831#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13932

Files:
  test-suite/trunk/MultiSource/Applications/JM/lencod/global.h

Index: test-suite/trunk/MultiSource/Applications/JM/lencod/global.h
===================================================================
--- test-suite/trunk/MultiSource/Applications/JM/lencod/global.h
+++ test-suite/trunk/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.39831.patch
Type: text/x-patch
Size: 389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151110/bf286e3f/attachment.bin>


More information about the llvm-commits mailing list