aboutsummaryrefslogtreecommitdiff
path: root/include/lib9.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib9.h')
-rw-r--r--include/lib9.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lib9.h b/include/lib9.h
index 42f6f44b..534efb37 100644
--- a/include/lib9.h
+++ b/include/lib9.h
@@ -176,7 +176,8 @@ extern ulong rendezvous(ulong, ulong);
/* one of a kind */
extern void sysfatal(char*, ...);
-extern int nrand(int);
+extern int nrand(int);
+extern long lrand(void);
extern void setmalloctag(void*, ulong);
extern void setrealloctag(void*, ulong);
extern void *mallocz(ulong, int);