From 846a7a53eb21a927ee4263614efa0a5f39a6eeb5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 2 Aug 2003 20:39:06 +0000 Subject: [!NICE_PRIORITY]: Include before to avoid compilation error on Ultrix. Reported by Christian Krackowizer. --- src/nice.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nice.c') diff --git a/src/nice.c b/src/nice.c index 6270b8b7c..842ac484b 100644 --- a/src/nice.c +++ b/src/nice.c @@ -25,6 +25,7 @@ #include #include #ifndef NICE_PRIORITY +# include # include #endif -- cgit v1.2.3-54-g00ecf