Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / liblttng-ust / string-utils.h
index 94e9a5c18c22245f28edcc23ab161a4dc1d90b7e..414b6e6ae4d6efdf9f3e55ec89dac744ab464c4b 100644 (file)
@@ -24,6 +24,7 @@
  */
 
 #include <stdbool.h>
+#include <stddef.h>
 
 bool strutils_is_star_glob_pattern(const char *pattern);
 bool strutils_is_star_at_the_end_only_glob_pattern(const char *pattern);
This page took 0.024242 seconds and 4 git commands to generate.