--- ray/src/hd/rholo4.c 1998/10/06 18:09:49 3.20 +++ ray/src/hd/rholo4.c 1998/10/22 08:47:40 3.21 @@ -16,6 +16,10 @@ static char SCCSid[] = "$SunId$ SGI"; #define HDSUF ".hdi" #endif +#ifndef FNONBLK +#define FNONBLK O_NONBLOCK +#endif + static int inp_flags; static int dpd[3]; static FILE *dpout;