Include <stdio.h> for snprintf() prototype.
authorLyndon Nerenberg <lyndon@orthanc.ca>
Mon, 26 Dec 2011 01:20:26 +0000 (17:20 -0800)
committerKen Hornstein <kenh@pobox.com>
Wed, 4 Jan 2012 03:11:53 +0000 (22:11 -0500)
config/config.c

index c2d307e..b08b3e2 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <h/mh.h>
+#include <stdio.h>
 
 #ifdef MHRC
 # include <pwd.h>