david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

vsprintf.h is gPXE-specific; move it to include/gpxe

This commit is contained in:
Michael Brown 2007-01-19 01:17:23 +00:00
parent 73b09ecba6
commit f4c1e564a1
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
#include <stdio.h>
#include <console.h>
#include <errno.h>
#include <vsprintf.h>
#include <gpxe/vsprintf.h>
/** @file */

View File

@ -1,7 +1,7 @@
#include <curses.h>
#include <stdio.h>
#include <stddef.h>
#include <vsprintf.h>
#include <gpxe/vsprintf.h>
#include "mucurses.h"
/** @file

View File

@ -1,5 +1,5 @@
#ifndef VSPRINTF_H
#define VSPRINTF_H
#ifndef _GPXE_VSPRINTF_H
#define _GPXE_VSPRINTF_H
/** @file
*
@ -64,4 +64,4 @@ struct printf_context {
extern size_t vcprintf ( struct printf_context *ctx, const char *fmt,
va_list args );
#endif /* VSPRINTF_H */
#endif /* _GPXE_VSPRINTF_H */