From 0ecad6c8605dd719b980ce8202005785a979ae50 Mon Sep 17 00:00:00 2001 From: David Given Date: Mon, 17 Jun 2019 23:29:41 +0200 Subject: [PATCH] Warning fix. --- plat/cpm/tests/parsefcb_c.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plat/cpm/tests/parsefcb_c.c b/plat/cpm/tests/parsefcb_c.c index 53605e2a4..bad3e14e1 100644 --- a/plat/cpm/tests/parsefcb_c.c +++ b/plat/cpm/tests/parsefcb_c.c @@ -1,4 +1,5 @@ #include +#include #include #include "test.h"