Bug 213442 - kdelibs/kdecore/fakes.c fails to compile - strlcpy and strlcat need #include <string.h>
Summary: kdelibs/kdecore/fakes.c fails to compile - strlcpy and strlcat need #include ...
Status: RESOLVED DUPLICATE of bug 213223
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-06 17:39 UTC by Hermann Gundel
Modified: 2009-11-07 14:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hermann Gundel 2009-11-06 17:39:31 UTC
Version:            (using KDE 4.3.3)
Compiler:          gcc 4.4 
OS:                Linux
Installed from:    Gentoo Packages

Compiling fakes.c fails in function strlcpy
line 318:implicit declaration of function strlen
line 323: implicit declaration function memcpy

and in function strlcat 
line 339: implicit declaration function memcpy

obviously for both functions there is missing
#include <string.h>
Comment 1 Christoph Feck 2009-11-07 14:11:26 UTC

*** This bug has been marked as a duplicate of bug 213223 ***