On 3 Feb 1998 [EMAIL PROTECTED] wrote: > diff -u -u -r1.2 -r1.3 > --- os.c 1998/01/26 16:46:16 1.2 > +++ os.c 1998/02/03 16:55:30 1.3 > @@ -56,6 +56,7 @@ > * Any inlineable functions should be defined in os-inline.c instead. > */ > > +#include "httpd.h" > #include "os.h" > > /* Check the Content-Type to decide if conversion is needed */
Hi Martin, is this really required? The os/* files should not need to know about Apache. They can then be used in other programs (e.g. htpasswd). If there is something in the os dir that needs to know about httpd.h or any other Apache include file, it should probably be moved to the ap library instead.... //pcs
