bjh 01/07/24 05:41:37
Modified: network_io/os2 sockets.c
Log:
Need to include inherit.h here for the APR_IMPLEMENT_[UN]SET_INHERIT
macros.
Revision Changes Path
1.45 +1 -0 apr/network_io/os2/sockets.c
Index: sockets.c
===================================================================
RCS file: /home/cvs/apr/network_io/os2/sockets.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sockets.c 2001/07/18 16:59:04 1.44
+++ sockets.c 2001/07/24 12:41:37 1.45
@@ -53,6 +53,7 @@
*/
#include "networkio.h"
+#include "inherit.h"
#include "apr_network_io.h"
#include "apr_general.h"
#include "apr_portable.h"