]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Stdio/mktemp.c
StdLib: Add isDirSep character classification macro and function. Implement several...
[mirror_edk2.git] / StdLib / LibC / Stdio / mktemp.c
index 4c9e4752ccd9db0dfa67d952a89789223af158a3..a20eddaf99893dfca975f8e273dc6745347a376a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Internal function for tmpnam.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License that accompanies this\r
   distribution.  The full text of the license may be found at\r
@@ -46,7 +46,7 @@ mktemp.c  8.1 (Berkeley) 6/4/93
 #include  <errno.h>\r
 #include  <stdio.h>\r
 #include  <stdlib.h>\r
-#include  <sys/EfiSysCall.h>\r
+#include  <unistd.h>\r
 #include  "reentrant.h"\r
 #include  "local.h"\r
 \r