X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ftempname.c;h=13a8204a4f48c2cc566821a2c9af0b1524f4eb3f;hb=a76a349e949dfad5716eb3893052070b770e949f;hp=e30872a708c8a7f919edd35bd22a980c13af6574;hpb=511a4370313100c793b53bed34c101909016ba32;p=gnulib.git diff --git a/lib/tempname.c b/lib/tempname.c index e30872a70..13a8204a4 100644 --- a/lib/tempname.c +++ b/lib/tempname.c @@ -1,7 +1,7 @@ /* tempname.c - generate the name of a temporary file. Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002 Free Software Foundation, Inc. + 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,8 +43,9 @@ # define __GT_NOCREATE 3 #endif +#include + #if STDC_HEADERS || _LIBC -# include # include #endif