X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmkstemp-safer.c;h=365b3e6a760b3a65443d3277557a6752dd5345d8;hb=4a6f6ccf4f28947ff868115b73434a9c5af32727;hp=315385da0e32c382300f43bce59bfab3cc7c17f4;hpb=e883731d0d1db0ea1218e1254797e358d33904f3;p=gnulib.git diff --git a/lib/mkstemp-safer.c b/lib/mkstemp-safer.c index 315385da0..365b3e6a7 100644 --- a/lib/mkstemp-safer.c +++ b/lib/mkstemp-safer.c @@ -18,19 +18,13 @@ /* Written by Paul Eggert. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "stdlib-safer.h" -#include +#include "mkstemp.h" #include "unistd-safer.h" -#if ! HAVE_MKSTEMP -int mkstemp (char *); -#endif - /* Like mkstemp, but do not return STDIN_FILENO, STDOUT_FILENO, or STDERR_FILENO. */