X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprint.c;h=b0c3341d8dfc6dbbc923293054da65e39bbb9053;hb=cc5706181f97d30b15ab85bbc5da78bb28e73849;hp=28cd4bc0ae1b0a2c65e9db96995fba196767c703;hpb=42e018009a78cdddd97fd18d2b6bb02d8e0fe16e;p=pdclib.old diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index 28cd4bc..b0c3341 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_PDCLIB/print.c @@ -8,6 +8,11 @@ #include #include +#include +#include +#include + +extern char * _PDCLIB_Xdigits; /* Using an integer's bits as flags for both the conversion flags and length modifiers.