File orbit-1.01-include.patch of Package orbital
diff -Naur orbit-1.01.orig/src/network.c orbit-1.01/src/network.c --- orbit-1.01.orig/src/network.c 1999-10-03 09:54:01.000000000 +0200 +++ orbit-1.01/src/network.c 2013-04-16 11:00:51.165399647 +0200 @@ -35,6 +35,10 @@ #include <errno.h> #include <stdarg.h> +#include <string.h> +#include <unistd.h> +#include <sys/socket.h> + /* * All sorts of stuff for network communication */