include setup.h

This commit is contained in:
Daniel Stenberg 2001-11-12 10:19:36 +00:00
parent 1affbff8f9
commit a18d41a463
2 changed files with 4 additions and 3 deletions

View File

@ -21,6 +21,8 @@
* $Id$ * $Id$
*****************************************************************************/ *****************************************************************************/
#include "setup.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@ -92,13 +92,12 @@
* *
****************************************************************************/ ****************************************************************************/
static const char rcsid[] = "@(#)$Id$"; *
/*
* To test: * To test:
* *
* Use WIDTH, PRECISION and NUMBERED ARGUMENT combined. * Use WIDTH, PRECISION and NUMBERED ARGUMENT combined.
*/ */
#include "setup.h"
#include <sys/types.h> #include <sys/types.h>
#include <stdio.h> #include <stdio.h>