openbsd-ports/devel/ORBit/patches/patch-src_IIOP_connection_c
2001-03-08 15:01:14 +00:00

19 lines
526 B
Plaintext

$OpenBSD: patch-src_IIOP_connection_c,v 1.1 2001/03/08 15:01:19 brad Exp $
--- src/IIOP/connection.c.orig Fri Feb 18 10:55:30 2000
+++ src/IIOP/connection.c Tue Mar 6 23:08:50 2001
@@ -1,3 +1,6 @@
+#include <sys/types.h>
+#include <sys/param.h>
+#include <stdio.h>
#include "config.h"
#ifndef _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>