Cleanup: apply `include-what-you-use` guideline for `fpos_t`
[lttng-ust.git] / snprintf / various.h
index 30bedd048be2e9558762e8b13dce9b13c57dfb54..64f1db1fb44aedffd27c8db0f47c272284280789 100644 (file)
@@ -34,6 +34,8 @@
 #define UST_SNPRINTF_VARIOUS_H
 
 #include <stdarg.h>
+#include <stddef.h>
+#include <stdio.h>
 
 struct __lttng_ust_sbuf {
         unsigned char *_base;
This page took 0.022679 seconds and 4 git commands to generate.