Add missing limits.h include for NAME_MAX
[lttng-ust.git] / libringbuffer / ring_buffer_backend.c
index dead69600f7a06391d9b276e348820eb0a59208a..9b33408125e96c80981fa3f9bacdd54f716e0efb 100644 (file)
@@ -6,7 +6,9 @@
  * Dual LGPL v2.1/GPL v2 license.
  */
 
+#define _GNU_SOURCE
 #include <urcu/arch.h>
+#include <limits.h>
 
 #include <lttng/ringbuffer-config.h>
 #include "vatomic.h"
This page took 0.023185 seconds and 4 git commands to generate.