summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC/Stdio/tmpnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/LibC/Stdio/tmpnam.c')
-rw-r--r--StdLib/LibC/Stdio/tmpnam.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/StdLib/LibC/Stdio/tmpnam.c b/StdLib/LibC/Stdio/tmpnam.c
index 74dd77325a..95c6edd04b 100644
--- a/StdLib/LibC/Stdio/tmpnam.c
+++ b/StdLib/LibC/Stdio/tmpnam.c
@@ -1,11 +1,11 @@
/** @file
Implementation of tmpnam as declared in <stdio.h>.
- Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available
under the terms and conditions of the BSD License that accompanies this
distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php.
+ http://opensource.org/licenses/bsd-license
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@@ -50,7 +50,7 @@
#include <sys/types.h>
#include <paths.h>
#include <stdio.h>
-#include <sys/EfiSysCall.h>
+#include <unistd.h>
#include "reentrant.h"
#include "local.h"