10 lines
249 B
Text
10 lines
249 B
Text
--- select.c.orig Sun Feb 9 17:42:32 2003
|
|
+++ select.c Sun Feb 9 17:43:04 2003
|
|
@@ -25,6 +25,7 @@
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
#include <sys/select.h>
|
|
+#include <sys/socket.h>
|
|
#include <string.h>
|
|
#include <math.h>
|
|
#include <errno.h>
|