X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrdup.c;h=8c88e310a5bf8722480ad2eb66e9d7ed6efbcb5a;hb=25ef69613afa3d3e727203c74b7c011f87813663;hp=52667e98e001aea22384567e1fd1ccbc3ce51ad1;hpb=cd374e11dd0f40766fbbbb3e9301f7fb421baf5e;p=gnulib.git diff --git a/lib/strdup.c b/lib/strdup.c index 52667e98e..8c88e310a 100644 --- a/lib/strdup.c +++ b/lib/strdup.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003 Free Software +/* Copyright (C) 1991, 1996, 1997, 1998, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -21,6 +21,11 @@ # include #endif +#ifndef _LIBC +/* Get specification. */ +# include "strdup.h" +#endif + #include #include