projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ac9e3
)
pax.h: include stdio.h
author
Jon Trulson
<jon@radscan.com>
Sun, 23 Mar 2014 00:56:21 +0000
(18:56 -0600)
committer
Jon Trulson
<jon@radscan.com>
Sun, 23 Mar 2014 00:56:21 +0000
(18:56 -0600)
cde/programs/dtksh/ksh93/src/cmd/pax/pax.h
patch
|
blob
|
history
diff --git
a/cde/programs/dtksh/ksh93/src/cmd/pax/pax.h
b/cde/programs/dtksh/ksh93/src/cmd/pax/pax.h
index db9291ffe97e026ee0e7d205a95ee309e3a659f0..89d9eda6a55dfce183da7356af45a97f2b5d7aa8 100644
(file)
--- 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 <modex.h>
#include <sfstr.h>
#include <debug.h>
+
+#include <stdio.h>
+
#if !defined(va_start)
#if defined(__STDARG__)
#include <stdarg.h>