d2063253fd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16572 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
239 B
Diff
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;
|