From 93262af85e3e9d9974c6c08fbd37a9a72e090ca2 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 24 Jun 2008 17:15:22 +0200 Subject: ppc4xx: Fix compilation problems with phys_size_t This patch includes before in some 4xx board specific files where it has been missing. Signed-off-by: Stefan Roese --- board/amirix/ap1000/serial.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/amirix') diff --git a/board/amirix/ap1000/serial.c b/board/amirix/ap1000/serial.c index 5e9e3a31ee..811f1aa7a2 100644 --- a/board/amirix/ap1000/serial.c +++ b/board/amirix/ap1000/serial.c @@ -19,6 +19,7 @@ * */ +#include #include #include #include -- cgit