diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-12 10:19:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-12 10:19:36 +0000 |
commit | a18d41a463b51b2ed6b9c4efcaf26cb0489128a8 (patch) | |
tree | ac393ddcb79fb2d98c24a5eda6c2cd20810101e4 /lib | |
parent | 1affbff8f92b98ca01d42ff3b9a1606ef3b51c82 (diff) |
include setup.h
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getenv.c | 2 | ||||
-rw-r--r-- | lib/mprintf.c | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/getenv.c b/lib/getenv.c index a99cba435..83567d5c7 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -21,6 +21,8 @@ * $Id$ *****************************************************************************/ +#include "setup.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> 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> |