freebsd_network/malloc: include kernel/heap.h

This header was not included when Haiku is built with KDEBUG_LEVEL=0,
causing build failures.

Change-Id: I690064f7c1a9818056a394e2655811775c4cc554
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2360
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Leorize 2020-03-15 17:42:07 -05:00 committed by waddlesplash
parent c31d8dad23
commit 4657aba9da

View File

@ -13,6 +13,7 @@ extern "C" {
#include <util/BitUtils.h>
#include <kernel/heap.h>
#include <kernel/vm/vm.h>