From cc7834d65e59002b530c61569a3b87a6fcb8146d Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Wed, 13 Feb 2013 13:44:36 +0100 Subject: Install stdlib-bsearch.h header --- stdlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stdlib/Makefile') diff --git a/stdlib/Makefile b/stdlib/Makefile index 4bfd4b9bca..e2078f8877 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -25,7 +25,8 @@ headers := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h bits/stdlib-float.h \ inttypes.h stdint.h bits/wordsize.h \ errno.h sys/errno.h bits/errno.h \ ucontext.h sys/ucontext.h \ - alloca.h fmtmsg.h + alloca.h fmtmsg.h \ + bits/stdlib-bsearch.h routines := \ atof atoi atol atoll \ -- cgit v1.2.3