dreid 00/08/09 02:51:12
Modified: src/modules/mpm/mpmt_beos mpmt_beos.c
Log:
Guess this one was missed when the rest were fixed :(
Revision Changes Path
1.48 +1 -1 apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c
Index: mpmt_beos.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- mpmt_beos.c 2000/08/06 06:07:40 1.47
+++ mpmt_beos.c 2000/08/09 09:51:12 1.48
@@ -73,7 +73,7 @@
#include "ap_mpm.h"
#include "beosd.h"
#include "ap_iol.h"
-#include "apr_listen.h"
+#include "ap_listen.h"
#include "scoreboard.h"
#include "poll.h"
#include "mpm_common.h"
|