From d195fd680eac1044681fd265edfbf342888f4a93 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 6 Feb 2015 13:11:25 +1100 Subject: Move skiboot internal things from opal.h to opal-api.h This is probably not the best collection of things in the world, but it means that opal.h is much closer to being directly usable by an OS. This triggers a bunch of #include fixes throughout the tree. Signed-off-by: Stewart Smith --- core/trace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/trace.c') diff --git a/core/trace.c b/core/trace.c index 47c10e3..6dc1e65 100644 --- a/core/trace.c +++ b/core/trace.c @@ -24,6 +24,7 @@ #include #include #include +#include #define DEBUG_TRACES -- cgit v1.1