mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
02cbdaa95a
A C++-based FTP/HTTP server that supports modules. PR: 15804 Submitted by: Will Andrews <andrews@technologist.com>
19 lines
375 B
Plaintext
19 lines
375 B
Plaintext
--- 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>
|