Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / hashtable / rculfhash-mm-order.c
index 6e3d29bb3fa2bc004ed4427e42f667d9fdc0902e..0ce98d7a99bc4fd07ef59bf766f7c5c36b352a2f 100644 (file)
@@ -21,6 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include "rculfhash-internal.h"
 
 static
This page took 0.024101 seconds and 5 git commands to generate.