Browse Source

fix compile with musl

Waldemar Brodkorb 10 years ago
parent
commit
981a6d49e9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/nand/src/nand.c

+ 0 - 1
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>