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