Fix: add missing sched.h include in rculfhash.c
[urcu.git] / rculfhash.c
index 94366050bfb00957988730edcae25923e3f39379..b90a07acc46a31746fe28bcf2afdf5d8e4e5e5bb 100644 (file)
  */
 
 #define _LGPL_SOURCE
+#define _GNU_SOURCE
 #include <stdlib.h>
 #include <errno.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdint.h>
 #include <string.h>
+#include <sched.h>
 
 #include "config.h"
 #include <urcu.h>
This page took 0.024978 seconds and 4 git commands to generate.