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

19 lines
526 B
Plaintext
Raw Normal View History

2001-03-08 10:01:14 -05:00
$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
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"
#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>