Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
[gnulib.git] / modules / mkstemp
index dc77562..2e6dcf7 100644 (file)
@@ -2,21 +2,22 @@ Description:
 mkstemp() function: create a private temporary file.
 
 Files:
-lib/mkstemp.h
 lib/mkstemp.c
 m4/mkstemp.m4
 
 Depends-on:
 extensions
+stdlib
 tempname
 
 configure.ac:
 gl_FUNC_MKSTEMP
+gl_STDLIB_MODULE_INDICATOR([mkstemp])
 
 Makefile.am:
 
 Include:
-"mkstemp.h"
+<stdlib.h>
 
 License:
 GPL