pax.h: include stdio.h

This commit is contained in:
Jon Trulson
2014-03-22 18:56:21 -06:00
parent 57ac9e33f9
commit b9d1a4114e

View File

@@ -105,6 +105,9 @@
#include <modex.h>
#include <sfstr.h>
#include <debug.h>
#include <stdio.h>
#if !defined(va_start)
#if defined(__STDARG__)
#include <stdarg.h>