1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/fhttpd/files/patch-aa

19 lines
375 B
Plaintext
Raw Normal View History

--- pseudopoll.c Mon Feb 9 10:48:42 1998
+++ pseudopoll.c.new Fri Dec 24 00:12:58 1999
@@ -3,7 +3,6 @@
*/
#ifdef PSEUDOPOLL
-#include "pseudopoll.h"
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
@@ -11,6 +10,7 @@
#include <values.h>
#include <sys/types.h>
#include <sys/time.h>
+#include <sys/poll.h>
#ifdef NEED_SELECT_H
#include <sys/select.h>