--- resuse.h.old 1996-06-12 19:36:54.000000000 +0200 +++ resuse.h 2004-03-10 17:34:42.000000000 +0100 @@ -39,6 +39,9 @@ # if HAVE_WAIT3 # include # else +# if CONFIG_ALPHA +# include +# else /* Process resource usage structure. */ struct rusage { @@ -49,6 +52,7 @@ ru_oublock, ru_msgsnd, ru_msgrcv, ru_nsignals, ru_nvcsw, ru_nivcsw; }; +# endif # endif #endif