X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng-filter-interpreter.c;h=d9605cb2a068f4e3a187f27e56882e6d5256ada4;hb=63155590d2c1a2183028d536e338886411f8f50d;hp=c7e9f1f1f1777577cc16baf7bda9f9d5ab5f92fa;hpb=6c09dd948f549d9a4c9008f6036e0ebf7e7839a6;p=deliverable%2Flttng-modules.git diff --git a/lttng-filter-interpreter.c b/lttng-filter-interpreter.c index c7e9f1f1..d9605cb2 100644 --- a/lttng-filter-interpreter.c +++ b/lttng-filter-interpreter.c @@ -21,9 +21,12 @@ */ #include +#include #include +LTTNG_STACK_FRAME_NON_STANDARD(lttng_filter_interpret_bytecode); + /* * get_char should be called with page fault handler disabled if it is expected * to handle user-space read.