11 lines
323 B
Plaintext
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>
|