]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/print.c
Fixed compile warnings / errors.
[pdclib] / functions / _PDCLIB / print.c
index 28cd4bc0ae1b0a2c65e9db96995fba196767c703..b0c3341d8dfc6dbbc923293054da65e39bbb9053 100644 (file)
@@ -8,6 +8,11 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <stddef.h>
+
+extern char * _PDCLIB_Xdigits;
 
 /* Using an integer's bits as flags for both the conversion flags and length
    modifiers.