Fix missing _GNU_SOURCE define
[lttng-tools.git] / src / common / compat / compat-poll.c
index 7b15c737e6a0333ce5044ce2402d62d35aa1f643..5aae4c4491bc95c8581204ef68326de98876f52d 100644 (file)
  * Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#define _GNU_SOURCE
 #include <stdlib.h>
 #include <sys/resource.h>
 #include <sys/time.h>
 
-#include <lttngerr.h>
 #include <common/defaults.h>
+#include <common/error.h>
 
 #include "poll.h"
 
This page took 0.025128 seconds and 4 git commands to generate.