$NetBSD: patch-aa,v 1.1 2004/10/28 21:01:50 cube Exp $

--- fcgi.h.orig	2003-02-04 00:07:37.000000000 +0100
+++ fcgi.h
@@ -19,15 +19,15 @@
 #endif
 
 /* Apache header files */
-#include "httpd.h"
-#include "http_config.h"
-#include "http_request.h"
-#include "http_core.h"
-#include "http_protocol.h"
-#include "http_main.h"
-#include "http_log.h"
-#include "util_script.h"
-#include "util_md5.h"
+#include <httpd/httpd.h>
+#include <httpd/http_config.h>
+#include <httpd/http_request.h>
+#include <httpd/http_core.h>
+#include <httpd/http_protocol.h>
+#include <httpd/http_main.h>
+#include <httpd/http_log.h>
+#include <httpd/util_script.h>
+#include <httpd/util_md5.h>
 
 /* AP2TODO there's probably a better way */
 #ifdef STANDARD20_MODULE_STUFF
@@ -37,8 +37,8 @@
 #ifdef APACHE2
 
 #include <sys/stat.h>
-#include "ap_compat.h"
-#include "apr_strings.h"
+#include <httpd/ap_compat.h>
+#include <apr_strings.h>
 
 #ifdef WIN32
 #if MODULE_MAGIC_NUMBER < 20020903
@@ -79,7 +79,7 @@ typedef apr_status_t apcb_t;
 
 #else /* !APACHE2 */
 
-#include "http_conf_globals.h"
+#include <httpd/http_conf_globals.h>
 typedef void apcb_t;
 #define APCB_OK 
 
@@ -95,7 +95,7 @@ typedef void apcb_t;
 
 #ifdef WIN32
 #ifndef APACHE2
-#include "multithread.h"
+#include <multithread.h>
 #endif
 #pragma warning(default : 4115)
 #else
