summaryrefslogtreecommitdiff
path: root/StdLib/LibC/Stdio/mkstemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/LibC/Stdio/mkstemp.c')
-rw-r--r--StdLib/LibC/Stdio/mkstemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/LibC/Stdio/mkstemp.c b/StdLib/LibC/Stdio/mkstemp.c
index 7ea578ce4a..d2962214dd 100644
--- a/StdLib/LibC/Stdio/mkstemp.c
+++ b/StdLib/LibC/Stdio/mkstemp.c
@@ -34,7 +34,7 @@
#include "nbtool_config.h"
#endif
-#if !HAVE_NBTOOL_CONFIG_H || !HAVE_MKSTEMP
+#if !defined(HAVE_NBTOOL_CONFIG_H) || !defined(HAVE_MKSTEMP)
#include <sys/EfiCdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)