X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=strdup.c;h=1dfd7e7c2b9f3f64a9830d3c37f3cee1c8c8135c;hp=3bd92a3178a106c78da094f05ef20fd6ddc17f7e;hb=HEAD;hpb=b56358ce77537daa7d462cb45030b71117452f5c diff --git a/strdup.c b/strdup.c index 3bd92a3..1dfd7e7 100644 --- a/strdup.c +++ b/strdup.c @@ -3,17 +3,14 @@ static char rcsid[] ATTR_UNUSED = "$Id$"; #endif -/* - * $Log$ - * Revision 1.1.1.1 1999/05/26 13:06:26 short - * First alpha release. - * - */ - /* This part of code is a public domain */ -#include +#ifdef HAVE_STDLIB_H #include +#endif +#ifdef HAVE_STRING_H +#include +#endif /* CONFORMING TO SVID 3, BSD 4.3 */