packages/sound/shell-fm/patches/002-wifcontinued.patch
florian d2063253fd [package] update shell-fm to 0.6 (#5407)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-26 20:26:16 +00:00

14 lines
239 B
Diff

--- 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;