Browse Source

Merge pull request #227 from haneefmubarak/patch-1

removed <dirent.h> preventing compile on some archs
Christopher Haster 6 năm trước cách đây
mục cha
commit
c0af471bc1
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      emubd/lfs_emubd.c

+ 0 - 1
emubd/lfs_emubd.c

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