mkstemp.h is replaced with <stdlib.h>.
[gnulib.git] / lib / mkstemp.c
index 34c9e47..57ee228 100644 (file)
@@ -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
 
 #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