packages/sound/shell-fm/patches/002-wifcontinued.patch

14 lines
239 B
Diff
Raw Normal View History

--- a/source/main.c
+++ b/source/main.c
@@ -44,6 +44,10 @@
# endif
#endif
+#ifndef WIFCONTINUED
+#define WIFCONTINUED(wstat) (0)
+#endif
+
unsigned flags = RTP;
time_t changeTime = 0, pausetime = 0;
char * nextstation = NULL;