From: Jim Meyering Date: Sat, 2 Aug 2003 20:39:06 +0000 (+0000) Subject: [!NICE_PRIORITY]: Include before X-Git-Tag: CPPI-1_11~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846a7a53eb21a927ee4263614efa0a5f39a6eeb5;p=thirdparty%2Fcoreutils.git [!NICE_PRIORITY]: Include before to avoid compilation error on Ultrix. Reported by Christian Krackowizer. --- diff --git a/src/nice.c b/src/nice.c index 6270b8b7c7..842ac484b7 100644 --- a/src/nice.c +++ b/src/nice.c @@ -25,6 +25,7 @@ #include #include #ifndef NICE_PRIORITY +# include # include #endif