Update email address from @polymtl.ca to @efficios.com
[urcu.git] / tests / test_rwlock_timing.c
index c5c947895458d19311f8ff8774f8579cfc521fc7..7d1680606d20373515ca0224193582a6c737a4b2 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Userspace RCU library - test program
  *
- * Copyright February 2009 - Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
+ * Copyright February 2009 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <pthread.h>
 #include <stdlib.h>
@@ -31,6 +32,8 @@
 #include <assert.h>
 #include <sys/syscall.h>
 #include <pthread.h>
+#include <errno.h>
+
 #include <urcu/arch.h>
 
 #if defined(_syscall0)
This page took 0.022943 seconds and 4 git commands to generate.