Add missing limits.h include for NAME_MAX
[lttng-ust.git] / libringbuffer / shm.c
index 69e4b1a765eb1d9dea37b9cafb6c06bbf8f4e8ad..4afb0c6e25b57f0083d1feb4532b54cbb2b612ec 100644 (file)
@@ -18,6 +18,7 @@
 #include <dirent.h>
 #include <lttng/align.h>
 #include <helper.h>
+#include <limits.h>
 
 struct shm_object_table *shm_object_table_create(size_t max_nb_obj)
 {
This page took 0.025077 seconds and 4 git commands to generate.