Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / snprintf / patient_write.c
index b6620cb2acc56f861f098df0cf4e1f2260e3d4a1..9bd2913f58ecbed3a9e56f4e6b5481d974f1d9d6 100644 (file)
@@ -17,6 +17,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <stddef.h>
+
 /* write() */
 #include <unistd.h>
 
This page took 0.023802 seconds and 4 git commands to generate.