projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a8826
)
Include stdio.h for fprintf.
author
Ivo Timmermans
<ivo@lychnis.net>
Thu, 4 May 2000 00:00:06 +0000
(
00:00
+0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Thu, 4 May 2000 00:00:06 +0000
(
00:00
+0000)
lib/xmalloc.c
patch
|
blob
|
history
diff --git
a/lib/xmalloc.c
b/lib/xmalloc.c
index ce1888d8254ce1bd24056f2ec47114c9f550f354..38fb571a254e52b890979ea7bd0ed9cd287463c6 100644
(file)
--- a/
lib/xmalloc.c
+++ b/
lib/xmalloc.c
@@
-20,6
+20,7
@@
#endif
#include <sys/types.h>
+#include <stdio.h>
#if STDC_HEADERS
# include <stdlib.h>