diff options
-rw-r--r-- | share/man/man9/malloc.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index bb737cc9dbe..154b5311e3e 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -41,6 +41,7 @@ .Nm malloc .Nd kernel memory allocator .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/malloc.h> .Ft void * .Fn malloc "unsigned long size" "int type" "int flags" |