diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-08-30 20:24:00 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-08-30 20:24:00 +0000 |
commit | b062e2976f7ca4eceab159c5aeb717b36282e1b1 (patch) | |
tree | 0c347b62e803de9a5ceeea3deea5e0d3fd327d30 | |
parent | 682dc0b61cc8393647ac8d9ff7b353ba30bacfeb (diff) |
Missed include
-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" |