Преглед на файлове

Merge pull request #227 from haneefmubarak/patch-1

removed <dirent.h> preventing compile on some archs
Christopher Haster преди 6 години
родител
ревизия
c0af471bc1
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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>