summaryrefslogtreecommitdiff
path: root/lib/mkstemp.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-18 15:43:07 +0000
committerBruno Haible <bruno@clisp.org>2007-02-18 15:43:07 +0000
commit50bbfa997cdf1e76af526569e1e3dbbadd1bdebd (patch)
tree135c0d8df707132d5969d155d36cd9c57cc3c91a /lib/mkstemp.c
parentaa450ef4b62178b6c4264e15f742d47ee327f8f5 (diff)
downloadgnulib-50bbfa997cdf1e76af526569e1e3dbbadd1bdebd.tar.gz
mkstemp.h is replaced with <stdlib.h>.
Diffstat (limited to 'lib/mkstemp.c')
-rw-r--r--lib/mkstemp.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/mkstemp.c b/lib/mkstemp.c
index 34c9e474c0..57ee228e85 100644
--- a/lib/mkstemp.c
+++ b/lib/mkstemp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998, 1999, 2001, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 1999, 2001, 2005, 2006, 2007 Free Software Foundation, Inc.
This file is derived from the one in the GNU C Library.
This program is free software; you can redistribute it and/or modify
@@ -17,14 +17,17 @@
#if !_LIBC
# include <config.h>
-# include "mkstemp.h"
+#endif
+
+#include <stdlib.h>
+
+#if !_LIBC
# include "tempname.h"
# define __gen_tempname gen_tempname
# define __GT_FILE GT_FILE
#endif
#include <stdio.h>
-#include <stdlib.h>
#ifndef __GT_FILE
# define __GT_FILE 0