Port: dirfd is not portable, replace it
[babeltrace.git] / tests / lib / common.c
index 3f418e6d3b9d408fcab6bd2e032c947b0bee131b..08bc1185bebddca93cfefa4c37b4d26aa1f40b74 100644 (file)
@@ -21,8 +21,8 @@
 
 #include <unistd.h>
 #include <stdio.h>
-#include <babeltrace/compat/dirent.h>
-#include <babeltrace/compat/limits.h>
+#include <dirent.h>
+#include <babeltrace/compat/limits-internal.h>
 #include <sys/stat.h>
 
 void recursive_rmdir(const char *path)
This page took 0.023477 seconds and 4 git commands to generate.