openbsd-ports/devel/ORBit/patches/patch-src_IIOP_connection_c

19 lines
554 B
Plaintext
Raw Normal View History

2002-02-24 17:43:59 -05:00
$OpenBSD: patch-src_IIOP_connection_c,v 1.2 2002/02/24 22:43:59 brad Exp $
--- src/IIOP/connection.c.orig Tue Oct 2 03:19:18 2001
+++ src/IIOP/connection.c Sun Feb 24 16:56:19 2002
2000-08-21 08:20:20 -04:00
@@ -1,3 +1,6 @@
+#include <sys/types.h>
+#include <sys/param.h>
+#include <stdio.h>
#include "config.h"
2002-02-24 17:43:59 -05:00
#if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED)
2000-08-21 08:20:20 -04:00
# define _XOPEN_SOURCE_EXTENDED 1
@@ -13,7 +16,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
-#include <sys/types.h>
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/un.h>