chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
struct/buf.3.in: Correct the type of `buf_put' in the synopsis.
[mLib]
/
utils
/
gprintf.h
diff --git
a/utils/gprintf.h
b/utils/gprintf.h
index d3c5f47bf28cbc8dc5ba25c8b279346c089a6345..bcef7bb2d3f63fff13738152454ef60c7090284a 100644
(file)
--- a/
utils/gprintf.h
+++ b/
utils/gprintf.h
@@
-36,6
+36,10
@@
#include <stdarg.h>
+#ifndef MLIB_ARENA_H
+# include "arena.h"
+#endif
+
#ifndef MLIB_MACROS_H
# include "macros.h"
#endif