summaryrefslogtreecommitdiff
path: root/package/nand
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-17 19:08:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 09:29:30 +0200
commit981a6d49e9c7317f340484038da5336a539b9cfa (patch)
tree9b243e9ff57b7abb387077151e1feca76819c33d /package/nand
parent7cee0b60d225fc212a514b4bd1499484d46e71ea (diff)
fix compile with musl
Diffstat (limited to 'package/nand')
-rw-r--r--package/nand/src/nand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/nand/src/nand.c b/package/nand/src/nand.c
index 9f3857caf..29b06e162 100644
--- a/package/nand/src/nand.c
+++ b/package/nand/src/nand.c
@@ -23,7 +23,6 @@
#define _GNU_SOURCE
#include <ctype.h>
#include <errno.h>
-#include <error.h>
#include <err.h>
#include <fcntl.h>
#include <limits.h>