From: Jon Trulson Date: Sun, 23 Mar 2014 00:56:21 +0000 (-0600) Subject: pax.h: include stdio.h X-Git-Tag: 2.2.2~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9d1a4114e5c03a6bd456b6d932a1f3ddbac2668;p=oweals%2Fcde.git pax.h: include stdio.h --- diff --git a/cde/programs/dtksh/ksh93/src/cmd/pax/pax.h b/cde/programs/dtksh/ksh93/src/cmd/pax/pax.h index db9291ff..89d9eda6 100644 --- a/cde/programs/dtksh/ksh93/src/cmd/pax/pax.h +++ b/cde/programs/dtksh/ksh93/src/cmd/pax/pax.h @@ -105,6 +105,9 @@ #include #include #include + +#include + #if !defined(va_start) #if defined(__STDARG__) #include