[compiler-rt] r303195 - builtins: one more case of a missing header
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 11:19:45 PDT 2017
Author: compnerd
Date: Tue May 16 13:19:44 2017
New Revision: 303195
URL: http://llvm.org/viewvc/llvm-project?rev=303195&view=rev
Log:
builtins: one more case of a missing header
Modified:
compiler-rt/trunk/lib/builtins/arm/aeabi_div0.c
Modified: compiler-rt/trunk/lib/builtins/arm/aeabi_div0.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/arm/aeabi_div0.c?rev=303195&r1=303194&r2=303195&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/arm/aeabi_div0.c (original)
+++ compiler-rt/trunk/lib/builtins/arm/aeabi_div0.c Tue May 16 13:19:44 2017
@@ -26,6 +26,8 @@
* line.
*/
+#include "../int_lib.h"
+
/* provide an unused declaration to pacify pendantic compilation */
extern unsigned char declaration;
More information about the llvm-commits
mailing list