]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile for systems without pollts/ppoll or pselect.
authorRoy Marples <roy@marples.name>
Tue, 26 Mar 2013 10:39:06 +0000 (10:39 +0000)
committerRoy Marples <roy@marples.name>
Tue, 26 Mar 2013 10:39:06 +0000 (10:39 +0000)
compat/pollts.c

index 65ea45b1ee7fa1b60a01585b04898b2e9cd0ea46..788bf4c8e78f4536f87f5ee05afd2fc05af58cff 100644 (file)
@@ -33,7 +33,7 @@
 #include <signal.h>
 #include <unistd.h>
 
-#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."