Browse Source

removed <dirent.h> preventing compile on some archs

Haneef Mubarak 6 năm trước cách đây
mục cha
commit
2588948d70
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>