Port: Include config.h globally trough DEFAULT_INCLUDES
[babeltrace.git] / tests / lib / test_seek.c
index 4e1a8232cc2e4a8ad131a80e28b607fd97509227..de2c93424f9351dd6e353015b6136d7c76174a04 100644 (file)
@@ -18,7 +18,7 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
-#define _GNU_SOURCE
+
 #include <babeltrace/context.h>
 #include <babeltrace/iterator.h>
 #include <babeltrace/ctf/iterator.h>
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <limits.h>
+#include <babeltrace/compat/limits.h>
 
 #include <tap/tap.h>
 #include "common.h"
This page took 0.026962 seconds and 4 git commands to generate.