update linux nice.c include path too after recent file shuffle

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2012-08-17 22:39:07 -04:00
parent 31035e80a4
commit fdab8fd335
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-08-17 Mike Frysinger <vapier@gentoo.org>
* sysdeps/unix/sysv/linux/nice.c: Adjust #include.
2012-08-17 Marek Polacek <polacek@redhat.com>
* sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__

View File

@ -1 +1 @@
#include <sysdeps/unix/nice.c>
#include <sysdeps/posix/nice.c>