From kde-bugs-dist Wed May 12 08:11:22 1999 From: Paul Sydney Date: Wed, 12 May 1999 08:11:22 +0000 To: kde-bugs-dist Subject: Bug#1359: Missing index () prototype in kdebase-1.1.1/samba/ksmbstatus.cpp X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=92661248918328 Package: kdebase-1.1.1 Directory: samba File: ksmbstatus.cpp Platform: sgi-irix-6.5 using egcs (1999-05-03 snapshot) --shared ksmbstatus needs prototype definition of index () defined in on SGI. Here is the patch: *** ksmbstatus.cpp.orig Tue May 11 22:08:33 1999 --- ksmbstatus.cpp Tue May 11 22:09:34 1999 *************** *** 11,16 **** --- 11,20 ---- #include #include + #if defined(HAVE_STRINGS_H) + #include + #endif + #include "ksmbstatus.h" #include "ksmbstatus.moc"