blob: 35eb374dc27e874222b63ea293425ba3aa5201a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-ac,v 1.1 2004/10/28 21:01:50 cube Exp $
--- fcgi_pm.c.orig 2003-10-30 02:08:34.000000000 +0100
+++ fcgi_pm.c
@@ -8,8 +8,8 @@
#if defined(APACHE2) && !defined(WIN32)
#include <pwd.h>
#include <unistd.h>
-#include "unixd.h"
-#include "apr_signal.h"
+#include <httpd/unixd.h>
+#include <apr_signal.h>
#endif
#ifndef WIN32
@@ -31,7 +31,7 @@ static time_t now = 0;
#ifdef WIN32
#ifdef APACHE2
-#include "mod_cgi.h"
+#include <httpd/mod_cgi.h>
#endif
#pragma warning ( disable : 4100 4102 )
static BOOL bTimeToDie = FALSE; /* process termination flag */
|