X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Flog-internal.h;h=91c6c1fc26b02f7ed92f2f7f82aaf707e32a4189;hb=b4aae2e94174b491161bd461b049c6d1b3b3602f;hp=5d21ce7773702b5a494d1a7e1e3c54ec69330baf;hpb=2ce3523cd91426310d4bd1e2563cb7af09d0d5bd;p=libucw.git diff --git a/ucw/log-internal.h b/ucw/log-internal.h index 5d21ce77..91c6c1fc 100644 --- a/ucw/log-internal.h +++ b/ucw/log-internal.h @@ -22,7 +22,7 @@ int log_pass_msg(int depth, struct log_stream *ls, struct log_msg *m); /* Define an array (growing buffer) for pointers to log_streams. */ #define GBUF_TYPE struct log_stream* #define GBUF_PREFIX(x) lsbuf_##x -#include "ucw/gbuf.h" +#include extern struct lsbuf_t log_streams; extern int log_streams_after;