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
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2019-07-29 05:24:22 +0300
committerGitHub <noreply@github.com>2019-07-29 05:24:22 +0300
commitc0af471bc181fab1b75c98e0e36b8dc2bea41a56 (patch)
tree42783c66327e00a10452e290e97d924ca42c27e1
parentabd90cb84c818a663b584575b019258d01d0065e (diff)
parent2e92f7a49b430c3aba0891e17b2bc00d92781953 (diff)
Merge pull request #227 from haneefmubarak/patch-1
removed <dirent.h> preventing compile on some archs
-rw-r--r--emubd/lfs_emubd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/emubd/lfs_emubd.c b/emubd/lfs_emubd.c
index 3f31bfa..712fcba 100644
--- a/emubd/lfs_emubd.c
+++ b/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>