X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstrdup.c;h=8c88e310a5bf8722480ad2eb66e9d7ed6efbcb5a;hb=bae84310eb40472530384f6d5c7738f5dc03a62d;hp=28d2ba1aa9b2b7af7e5bc2130f169d0704f3ab79;hpb=fa9635f22ac175bace582885ca780d3eb511b578;p=gnulib.git diff --git a/lib/strdup.c b/lib/strdup.c index 28d2ba1aa..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. @@ -18,7 +18,12 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H -#include +# include +#endif + +#ifndef _LIBC +/* Get specification. */ +# include "strdup.h" #endif #include