Преглед изворни кода

removed <dirent.h> preventing compile on some archs

Haneef Mubarak пре 6 година
родитељ
комит
2588948d70
1 измењених фајлова са 1 додато и 1 уклоњено
  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>