]> granicus.if.org Git - php/commitdiff
Always include the header for nice() on Windows
authorKalle Sommer Nielsen <kalle@php.net>
Tue, 18 Oct 2016 21:14:46 +0000 (23:14 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Tue, 18 Oct 2016 21:14:46 +0000 (23:14 +0200)
ext/standard/exec.c

index 0cf2b57191dc65b3304244ec18bd29de3e267d44..1a387da1426cd60adf4e4d8a693a073f079aa9d2 100644 (file)
 #include <limits.h>
 #endif
 
+#ifdef PHP_WIN32
+# include "win32/nice.h"
+#endif
+
 static size_t cmd_max_len;
 
 /* {{{ PHP_MINIT_FUNCTION(exec) */