1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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>