(*** This bug was imported into bugs.kde.org ***) Package:kdelibs-1.1.1 Directory:kikbd File:kikbdconf.cpp Platform:sgi-irix-6.5 using egcs (1999-05-03 snapshot) --shared kikbdconf.cpp needs prototype definition of wait () defined in <sys/wait.h> on SGI. Here is the patch: *** kikbdconf.cpp.origTue May 11 22:03:00 1999 --- kikbdconf.cppTue May 11 22:00:58 1999 *************** *** 2126 **** --- 2128 ---- #include <stream.h> #include <unistd.h> #include <stdlib.h> + #include <sys/types.h> + #include <sys/wait.h> #include <qfileinf.h> #include <qdir.h> #include <qcolor.h>