blob: 1a6e39873ae2c92c8a3bf223ea7e89af8c3b8415 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- knutclient/knutnet.h.orig Mon Apr 28 02:07:21 2003
+++ knutclient/knutnet.h Mon Apr 28 02:07:28 2003
@@ -28,8 +28,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
|