From 0cf1b66b2e7a05223587d09a0cce3df4580318cc Mon Sep 17 00:00:00 2001 From: bushing Date: Sun, 12 Apr 2009 17:15:58 -0700 Subject: [PATCH] fix compiler warning --- ipc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipc.c b/ipc.c index 0048299..4bf3088 100644 --- a/ipc.c +++ b/ipc.c @@ -4,7 +4,7 @@ inter-processor communications Copyright (C) 2008, 2009 Hector Martin "marcan" -Copyright (C) 2008, 2009 Haxx Enterprises +Copyright (C) 2008, 2009 Haxx Enterprises Copyright (C) 2008, 2009 Sven Peter This program is free software; you can redistribute it and/or modify @@ -31,6 +31,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include "ipc.h" #include "nand.h" #include "sdhcvar.h" +#include "sdmmc.h" #include "crypto.h" #include "boot2.h" #include "powerpc.h"