changeset 7341:1244a558ab8b

* mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 20 Sep 2006 20:16:48 +0000
parents 71b7fd6909ea
children 78f1c0ce065a
files lib/ChangeLog lib/mkstemp-safer.c
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -6,7 +6,7 @@
 	Include "mkstemp.h".
 	Make the _LIBC code resemble glibc original more,
 	e.g., use K&R style.
-	* mkstemp-safer.c: Include "mkstemp.h".
+	* mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
 	(mkstemp): Remove, since mkstemp.h does this for us.
 	* stdlib--.h: Include mkstemp.h.
 
--- a/lib/mkstemp-safer.c
+++ b/lib/mkstemp-safer.c
@@ -22,7 +22,6 @@
 
 #include "stdlib-safer.h"
 
-#include <stdlib.h>
 #include "mkstemp.h"
 #include "unistd-safer.h"