]> granicus.if.org Git - curl/commitdiff
include setup.h
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Nov 2001 10:19:36 +0000 (10:19 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Nov 2001 10:19:36 +0000 (10:19 +0000)
lib/getenv.c
lib/mprintf.c

index a99cba435f40e113356f001d954d86d400da86ea..83567d5c7dfdc207618ed8e96d8951adab03a335 100644 (file)
@@ -21,6 +21,8 @@
  * $Id$
  *****************************************************************************/
 
+#include "setup.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index 4897b4001a364978b093012f64ff1819c2408e78..7c42fcae109a4d46d002daa3d14fc5605c4aa90f 100644 (file)
  *
  ****************************************************************************/
 
-static const char rcsid[] = "@(#)$Id$";
-
-/*
+*
  * To test:
  *
  * Use WIDTH, PRECISION and NUMBERED ARGUMENT combined.
  */
+#include "setup.h"
 
 #include <sys/types.h>
 #include <stdio.h>