Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / doc / examples / hello-static-lib / ust_tests_hello.h
index e783feca7f1b24763ecb24582a279897c623629d..2b557563f9c8e97bec055a61f85249425d99d6f3 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include <lttng/tracepoint.h>
+#include <stddef.h>
 
 TRACEPOINT_EVENT(ust_tests_hello, tptest,
        TP_ARGS(int, anint, int, netint, long *, values,
This page took 0.025208 seconds and 4 git commands to generate.