Ver código fonte

Merge pull request #227 from haneefmubarak/patch-1

removed <dirent.h> preventing compile on some archs
Christopher Haster 6 anos atrás
pai
commit
c0af471bc1
1 arquivos alterados com 0 adições e 1 exclusões
  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>