summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/popcountti2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/popcountti2.c')
-rw-r--r--compiler-rt/lib/popcountti2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/popcountti2.c b/compiler-rt/lib/popcountti2.c
index 68d94270792..95666738f72 100644
--- a/compiler-rt/lib/popcountti2.c
+++ b/compiler-rt/lib/popcountti2.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
/* Returns: count of 1 bits */
si_int
OpenPOWER on IntegriCloud