X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrdup.c;h=bbb69e352feb807e5c709084450119fd698c7765;hb=fef5e6b4fc847bb1c01a20314effae7cb7828f38;hp=17d40d622d8643198404668bf51d17297bd89b61;hpb=e5737c732b8641880a25ae59e4f4bb9ee2bcd51c;p=gnulib.git diff --git a/lib/strdup.c b/lib/strdup.c index 17d40d622..bbb69e352 100644 --- a/lib/strdup.c +++ b/lib/strdup.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006 Free - Software Foundation, Inc. +/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006, 2007, 2009, + 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -19,13 +19,13 @@ #ifndef _LIBC # include -/* Get specification. */ -# include "strdup.h" #endif -#include +/* Get specification. */ #include +#include + #undef __strdup #ifdef _LIBC # undef strdup