Cleanup: apply `include-what-you-use` guideline for `size_t`
[lttng-ust.git] / libringbuffer / shm_types.h
index 11076d296ae3da2b046e57560d0b545e7ab8b761..94ccfa565a6c2bc7577d6b9533e0916d4983fd57 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <stdint.h>
+#include <stddef.h>
 #include <limits.h>
 #include "shm_internal.h"
 
This page took 0.022796 seconds and 4 git commands to generate.