chiark / gitweb /
struct/buf.3.in: Correct the type of `buf_put' in the synopsis.
[mLib] / utils / gprintf.h
index d3c5f47bf28cbc8dc5ba25c8b279346c089a6345..bcef7bb2d3f63fff13738152454ef60c7090284a 100644 (file)
 
 #include <stdarg.h>
 
+#ifndef MLIB_ARENA_H
+#  include "arena.h"
+#endif
+
 #ifndef MLIB_MACROS_H
 #  include "macros.h"
 #endif