diff options
Diffstat (limited to 'cmd/universe.c')
-rw-r--r-- | cmd/universe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/universe.c b/cmd/universe.c index fb3a32d4d5..d1a712829d 100644 --- a/cmd/universe.c +++ b/cmd/universe.c @@ -3,9 +3,9 @@ * (C) Copyright 2003 Stefan Roese, stefan.roese@esd-electronics.com */ -#include <common.h> #include <command.h> #include <malloc.h> +#include <vsprintf.h> #include <asm/io.h> #include <pci.h> |