From c09b15c372cea5857df724c19db309301029bde4 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 21 Nov 2013 13:11:04 +0100 Subject: ddb/db_break.c: fix implicit declaration of functions * ddb/db_break.c: Include machine/db_interface.h. --- ddb/db_break.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ddb/db_break.c b/ddb/db_break.c index b26e1f0..c32f557 100644 --- a/ddb/db_break.c +++ b/ddb/db_break.c @@ -36,6 +36,7 @@ */ #include #include +#include #include #include #include -- cgit v1.2.3