summaryrefslogtreecommitdiffstats
path: root/share/man/man9/malloc.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-16 18:06:23 +0000
committerbde <bde@FreeBSD.org>1998-01-16 18:06:23 +0000
commita6e05ea1ce99d5d674b3e0dad41b29602ea884de (patch)
tree27fbfadae458a966108ea91fa31dfcf0efaffd37 /share/man/man9/malloc.9
parent9437b36c24e183184fdcbd51a0016813671146d0 (diff)
downloadFreeBSD-src-a6e05ea1ce99d5d674b3e0dad41b29602ea884de.zip
FreeBSD-src-a6e05ea1ce99d5d674b3e0dad41b29602ea884de.tar.gz
Fixed a missing #include in the synopsis.
Diffstat (limited to 'share/man/man9/malloc.9')
-rw-r--r--share/man/man9/malloc.91
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index bfc829f..605c91a 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -44,6 +44,7 @@
.Nm FREE
.Nd kernel memory management routines
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <sys/malloc.h>
.Ft void *
.Fn malloc "unsigned long size" "struct malloc_type *type" "int flags"
OpenPOWER on IntegriCloud