Cleanup: standardise include path
[lttng-ust.git] / libringbuffer / ring_buffer_backend.c
index 2dea1db51f537ca344206ec3daca965cd0745301..46df102b545facd94a8d2b7748f40b9dcdfe9420 100644 (file)
@@ -18,8 +18,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
+#include <stddef.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <urcu/arch.h>
 #include <limits.h>
This page took 0.024355 seconds and 4 git commands to generate.