blob: 968afc09943f8744561217791a2d0c30c094ecb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/src/tune.c b/src/tune.c
index c536811..52afd3d 100644
--- a/src/tune.c
+++ b/src/tune.c
@@ -41,7 +41,6 @@
#ifdef ANDROID
#include <err.h>
#else
-#include <error.h>
#endif
#include <errno.h>
#include <string.h>
|