Missing #include for RH7
Brought to you by:
wkrebs
queue does not build out of the box on RH7.
queue-1.30.1.tar.gz trys to run autoconf and RH7's
auto* isn't new
enough.
queue-1.40.1beta is much closer, but queued.c does not
compile
as some types are are not declared.
Attached patch is NOT autoconf aware but adds
#include <time.h>
#include <sys/time.h>
To that file.
RH7 fix for queued.c