projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93204a
)
Include <stdio.h> for snprintf() prototype.
author
Lyndon Nerenberg
<lyndon@orthanc.ca>
Mon, 26 Dec 2011 01:20:26 +0000
(17:20 -0800)
committer
Ken Hornstein
<kenh@pobox.com>
Wed, 4 Jan 2012 03:11:53 +0000
(22:11 -0500)
config/config.c
patch
|
blob
|
history
diff --git
a/config/config.c
b/config/config.c
index
c2d307e
..
b08b3e2
100644
(file)
--- a/
config/config.c
+++ b/
config/config.c
@@
-8,6
+8,7
@@
*/
#include <h/mh.h>
+#include <stdio.h>
#ifdef MHRC
# include <pwd.h>