pax.h: include stdio.h
authorJon Trulson <jon@radscan.com>
Sun, 23 Mar 2014 00:56:21 +0000 (18:56 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 23 Mar 2014 00:56:21 +0000 (18:56 -0600)
cde/programs/dtksh/ksh93/src/cmd/pax/pax.h

index db9291ffe97e026ee0e7d205a95ee309e3a659f0..89d9eda6a55dfce183da7356af45a97f2b5d7aa8 100644 (file)
 #include <modex.h>
 #include <sfstr.h>
 #include <debug.h>
+
+#include <stdio.h>
+
 #if !defined(va_start)
 #if defined(__STDARG__)
 #include <stdarg.h>