projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
130b066
)
added missing header file for sprintf
author
Arun Persaud
<apersaud@lbl.gov>
Sat, 5 Feb 2011 17:21:48 +0000 (09:21 -0800)
committer
Arun Persaud
<apersaud@lbl.gov>
Sat, 5 Feb 2011 17:21:48 +0000 (09:21 -0800)
childio.c
patch
|
blob
|
history
diff --git
a/childio.c
b/childio.c
index
6f35b8c
..
4381889
100644
(file)
--- a/
childio.c
+++ b/
childio.c
@@
-59,6
+59,7
@@
#include "config.h"
+#include <stdio.h>
#include <signal.h>
#if HAVE_UNISTD_H
# include <unistd.h>