blob: 97794705a3720a78eee990958c0a2258625c8fbf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- sockio.h.orig Mon May 17 17:42:53 1999
+++ sockio.h Sat Jun 5 14:55:46 1999
@@ -19,9 +19,8 @@
#ifndef SOCKIO_H
#define SOCKIO_H
-#include <sys/socket.h>
#include <sys/types.h>
-#include <sys/param.h>
+#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>
#include <unistd.h>
|