openbsd-ports/devel/ORBit/patches/patch-ag
1999-05-06 17:17:37 +00:00

11 lines
323 B
Plaintext

--- src/IIOP/connection.c.orig Tue Mar 16 23:19:53 1999
+++ src/IIOP/connection.c Tue Mar 16 23:23:10 1999
@@ -10,6 +10,7 @@
#include "IIOP.h"
#include "IIOP-private.h"
#include "giop-msg-buffer.h"
+#include <stdio.h> /* tcpd.h use FILE so need <stdio.h> */
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>