Gave vsprintf.c its own header file, and made console.h include it.

This commit is contained in:
Michael Brown
2005-04-17 10:44:26 +00:00
parent 063140864e
commit 664ffea697
3 changed files with 19 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#define CONSOLE_H
#include "stdint.h"
#include "vsprintf.h"
/*
* Consoles that cannot be used before their INIT_FN() has completed