diff options
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r-- | lib/mprintf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c index 4897b4001..7c42fcae1 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -92,13 +92,12 @@ * ****************************************************************************/ -static const char rcsid[] = "@(#)$Id$"; - -/* +* * To test: * * Use WIDTH, PRECISION and NUMBERED ARGUMENT combined. */ +#include "setup.h" #include <sys/types.h> #include <stdio.h> |