From: Roy Marples Date: Tue, 26 Mar 2013 10:39:06 +0000 (+0000) Subject: Fix compile for systems without pollts/ppoll or pselect. X-Git-Tag: v5.99.6~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=615f90d21f4c305bdd27f844245e227c89a3f192;p=thirdparty%2Fdhcpcd.git Fix compile for systems without pollts/ppoll or pselect. --- diff --git a/compat/pollts.c b/compat/pollts.c index 65ea45b1..788bf4c8 100644 --- a/compat/pollts.c +++ b/compat/pollts.c @@ -33,7 +33,7 @@ #include #include -#include "ppoll.h" +#include "pollts.h" #warning "This pollts(2) implementation is not entirely race condition safe." #warning "Only operating system support for pollts(2) can correct this."