summaryrefslogtreecommitdiff
path: root/security/vida/files/patch-aa
blob: 45e2373ad4a41aeab4c63cabc6d39b1333aa338a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- include.h.orig	Thu Apr 17 11:36:06 2003
+++ include.h	Thu Apr 17 11:36:19 2003
@@ -24,13 +24,13 @@
 *                                              *
 \*____________________________________________*/
 
-#include <sys/socket.h>
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <sys/wait.h>
 #include <netinet/in.h>
 #include <netdb.h>
 #include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>