From b9d1a4114e5c03a6bd456b6d932a1f3ddbac2668 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 22 Mar 2014 18:56:21 -0600 Subject: [PATCH] pax.h: include stdio.h --- cde/programs/dtksh/ksh93/src/cmd/pax/pax.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.25.1