Port: dirfd is not portable, replace it
[babeltrace.git] / tests / lib / common.c
index 8c2829a365eb7f6e90f4a63c8fa583cdd7936f4c..08bc1185bebddca93cfefa4c37b4d26aa1f40b74 100644 (file)
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#include <babeltrace/compat/dirent.h>
-#include <babeltrace/compat/limits.h>
+#include <unistd.h>
+#include <stdio.h>
+#include <dirent.h>
+#include <babeltrace/compat/limits-internal.h>
 #include <sys/stat.h>
 
 void recursive_rmdir(const char *path)
This page took 0.027003 seconds and 4 git commands to generate.