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 <[email protected]>
This commit is contained in:
Leorize
2020-03-15 23:31:27 +00:00
committed by waddlesplash
parent c31d8dad23
commit 4657aba9da
@@ -13,6 +13,7 @@ extern "C" {
#include <util/BitUtils.h>
#include <kernel/heap.h>
#include <kernel/vm/vm.h>