X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrdup.c;h=c614108786854179a5499ab49b9b5a66cc33e472;hb=10a856eb3aa7ffe196fa20c9901d356f2109c40f;hp=17d40d622d8643198404668bf51d17297bd89b61;hpb=e5737c732b8641880a25ae59e4f4bb9ee2bcd51c;p=gnulib.git diff --git a/lib/strdup.c b/lib/strdup.c index 17d40d622..c61410878 100644 --- a/lib/strdup.c +++ b/lib/strdup.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006 Free +/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004, 2006, 2007 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