diff --git a/lib/getenv.c b/lib/getenv.c
index a99cba435f40e113356f001d954d86d400da86ea..83567d5c7dfdc207618ed8e96d8951adab03a335 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 4897b4001a364978b093012f64ff1819c2408e78..7c42fcae109a4d46d002daa3d14fc5605c4aa90f 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>