Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/emubd
diff options
context:
space:
mode:
authorHaneef Mubarak <haneef@galois.com>2019-07-12 01:46:17 +0300
committerHaneef Mubarak <haneef@galois.com>2019-07-12 01:46:17 +0300
commit2588948d70d05c3bc4cc54529b80fd99ccfb7842 (patch)
tree28e138108aa4c9bfd78f9927ecc8a7a16c2df968 /emubd
parentabd90cb84c818a663b584575b019258d01d0065e (diff)
removed <dirent.h> preventing compile on some archs
Diffstat (limited to 'emubd')
-rw-r--r--emubd/lfs_emubd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emubd/lfs_emubd.c b/emubd/lfs_emubd.c
index 3f31bfa..10158c6 100644
--- a/emubd/lfs_emubd.c
+++ b/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>