Include <stdio.h> for snprintf() prototype.
[mmh] / config / config.c
index 2a01c1b..b08b3e2 100644 (file)
@@ -2,10 +2,13 @@
 /*
  * config.c -- master nmh configuration file
  *
- * $Id$
+ * This code is Copyright (c) 2002, by the authors of nmh.  See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information.
  */
 
 #include <h/mh.h>
+#include <stdio.h>
 
 #ifdef MHRC
 # include <pwd.h>