summaryrefslogtreecommitdiff
path: root/ace/os_include/os_stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_stdlib.h')
-rw-r--r--ace/os_include/os_stdlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/os_include/os_stdlib.h b/ace/os_include/os_stdlib.h
index 95d56f67c54..d1e4b41dcd0 100644
--- a/ace/os_include/os_stdlib.h
+++ b/ace/os_include/os_stdlib.h
@@ -73,6 +73,10 @@ extern "C"
char *mktemp (char *);
#endif /* !ACE_WIN32 && ACE_LACKS_MKTEMP */
+#if defined (DIGITAL_UNIX)
+ extern int _Prand_r (unsigned int *seedptr);
+#endif /* DIGITAL_UNIX */
+
#ifdef __cplusplus
}
#endif /* __cplusplus */