Explorar o código

removed <dirent.h> preventing compile on some archs

Haneef Mubarak %!s(int64=6) %!d(string=hai) anos
pai
achega
2588948d70
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      emubd/lfs_emubd.c

+ 1 - 1
emubd/lfs_emubd.c

@@ -11,7 +11,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <limits.h>
-#include <dirent.h>
+//#include <dirent.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <assert.h>