소스 검색

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>