X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fcrtdll%2Fstring%2Fstrdup.c;h=a84de3667bf642afd7acd144d50ed02bf839bf1e;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hp=3214e4e92d3e46ffcccafd1cdf0563cd3ecc63be;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3;p=reactos.git diff --git a/lib/crtdll/string/strdup.c b/lib/crtdll/string/strdup.c index 3214e4e..a84de36 100644 --- a/lib/crtdll/string/strdup.c +++ b/lib/crtdll/string/strdup.c @@ -1,7 +1,7 @@ - /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ -#include -#include +#include +#include + char *_strdup(const char *_s) {