Cleanup: apply `include-what-you-use` guideline for `close()`
[lttng-ust.git] / libringbuffer / shm.h
index 1f293e3847e44d70fb06f97cb361abf7a2832144..d7393cd255edea3fc4aca79904b657096b7c6a80 100644 (file)
@@ -21,7 +21,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <stddef.h>
 #include <stdint.h>
+#include <unistd.h>
 #include <usterr-signal-safe.h>
 #include <urcu/compiler.h>
 #include "shm_types.h"
This page took 0.025605 seconds and 4 git commands to generate.