From 6ebb447d770aba2791da786c91a52a8ca493938c Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 19 Oct 2016 07:10:28 +0200 Subject: [PATCH] Poor copy/paste mistake, nobody saw I used getrusage.[c|h] as skeleton here! --- win32/nice.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/nice.h b/win32/nice.h index 9cb77d0e4f..037949f3bf 100644 --- a/win32/nice.h +++ b/win32/nice.h @@ -16,8 +16,8 @@ +----------------------------------------------------------------------+ */ -#ifndef HAVE_GETRUSAGE_H -# define HAVE_GETRUSAGE_H +#ifndef HAVE_NICE_H +# define HAVE_NICE_H PHPAPI int nice(zend_long); -- 2.50.1