summaryrefslogtreecommitdiff
path: root/lib/int_lib.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-15 19:02:22 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-15 19:02:22 +0000
commit23d1542758b351aca24b4a99b4947e9e1fa97c43 (patch)
tree5c4b75df440ca39601635180aafe4ef265f777bb /lib/int_lib.h
parent0a3e35011f3c312f2b10f61e1540b058baff8cf6 (diff)
downloadcompiler-rt-23d1542758b351aca24b4a99b4947e9e1fa97c43.tar.gz
compiler-rt-23d1542758b351aca24b4a99b4947e9e1fa97c43.tar.bz2
compiler-rt-23d1542758b351aca24b4a99b4947e9e1fa97c43.tar.xz
lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a number of source files.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/int_lib.h')
-rw-r--r--lib/int_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/int_lib.h b/lib/int_lib.h
index dd65b69d..e265ced6 100644
--- a/lib/int_lib.h
+++ b/lib/int_lib.h
@@ -33,6 +33,7 @@
#include <limits.h>
#include <stdint.h>
+#include <stdbool.h>
#include <math.h>
/* If compiling for kernel use, call panic() instead of abort(). */