my last commit. Noticed missing by: asami Blown horribly by: my little diff building script that inexplicably missed these the first time around :(
18 lines
385 B
Text
18 lines
385 B
Text
*** src/serverlib.h.org Sat Feb 5 17:20:28 2000
|
|
--- src/serverlib.h Sat Feb 5 17:20:38 2000
|
|
***************
|
|
*** 19,24 ****
|
|
--- 19,25 ----
|
|
*/
|
|
|
|
|
|
+ #include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netdb.h>
|
|
#include <netinet/in.h>
|
|
--- src/liveice.h.orig Mon May 15 08:00:03 2000
|
|
+++ src/liveice.h Sat Jun 3 10:07:32 2000
|
|
@@ -1,2 +1,2 @@
|
|
-
|
|
+#include <sys/types.h>
|
|
|