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

11 lines
323 B
Plaintext
Raw Normal View History

1999-03-23 14:24:31 -05:00
--- 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>