Bug 1358

Summary: Missing wait () prototype in kdebase-1.1.1/kikbd/kikbdconf.cpp
Product: unknown Reporter: Unknown <null>
Component: generalAssignee: Stephan Kulow <coolo>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Paul Sydney 1999-05-12 08:08:02 UTC
(*** 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>