Index: gnome1.2/ORBit-0.5.1/src/IIOP/connection.c
diff -c gnome1.2/ORBit-0.5.1/src/IIOP/connection.c:1.1 gnome1.2/ORBit-0.5.1/src/IIOP/connection.c:1.2
*** gnome1.2/ORBit-0.5.1/src/IIOP/connection.c:1.1	Mon Jun 12 16:54:43 2000
--- gnome1.2/ORBit-0.5.1/src/IIOP/connection.c	Wed Nov  1 14:08:51 2000
***************
*** 1,4 ****
--- 1,5 ----
  #include "config.h"
+ #include <sys/types.h>
  #ifndef _XOPEN_SOURCE_EXTENDED
  #   define _XOPEN_SOURCE_EXTENDED 1
  #   define WE_DEFINED_XOPEN_SOURCE_EXTENDED 1
***************
*** 13,19 ****
  #include <stdlib.h>
  #include <unistd.h>
  #include <errno.h>
- #include <sys/types.h>
  #include <fcntl.h>
  #include <sys/socket.h>
  #include <sys/un.h>
--- 14,19 ----
