summaryrefslogtreecommitdiff
path: root/lib/mkstemp.c
diff options
context:
space:
mode:
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