Include <stdio.h> for snprintf() prototype.
[mmh] / config / config.c
index 8a613b6..b08b3e2 100644 (file)
@@ -2,14 +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>