1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-18 05:12:15 +02:00

Include <config.h>, required for possible replacement of mkstemp.

This commit is contained in:
Jim Meyering
2005-11-13 14:07:06 +00:00
parent 353d44df02
commit dcd8aa97f2

View File

@@ -18,6 +18,10 @@
/* Written by Paul Eggert. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "stdlib-safer.h"
#include <stdlib.h>