openbsd-ports/devel/ORBit/patches/patch-src_IIOP_connection_c
2002-02-24 22:43:59 +00:00

19 lines
554 B
Plaintext

$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
@@ -1,3 +1,6 @@
+#include <sys/types.h>
+#include <sys/param.h>
+#include <stdio.h>
#include "config.h"
#if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED)
# 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>