--- a/src/isatapd.c
+++ b/src/isatapd.c
@@ -77,6 +77,11 @@
 #include <netinet/in.h>
 #include <netinet/icmp6.h>
 
+/* uclibc does not define WIFCONTINUED(), workaround */
+#ifndef WIFCONTINUED
+#define WIFCONTINUED(wstat) (0)
+#endif
+
 /* contains Protocol Constants for host and Node (RFCs 4861, 5214) */
 #include <isatapd.h>