summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/os_unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/os_include/os_unistd.h')
-rw-r--r--ACE/ace/os_include/os_unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/os_include/os_unistd.h b/ACE/ace/os_include/os_unistd.h
index 29c9a39e405..07ae8cec7e8 100644
--- a/ACE/ace/os_include/os_unistd.h
+++ b/ACE/ace/os_include/os_unistd.h
@@ -63,7 +63,7 @@ extern "C"
// The following are #defines and #includes that are specific to
// WIN32.
# if defined (ACE_HAS_WINCE)
-# define ACE_STDIN _fileno (stdin)
+# define ACE_STDIN _fileno (stdin)
# define ACE_STDOUT _fileno (stdout)
# define ACE_STDERR _fileno (stderr)
# else