diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-08-21 13:31:18 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-08-21 13:31:18 +0000 |
commit | 0e298b235bacc8cf8690097d3ac754f9005240b4 (patch) | |
tree | 18e9c10f0ff5bbc29de96f1756f31e4dd49bb093 | |
parent | 541d2d2dd588ae4084755950bdfe63ee35e14461 (diff) |
#include conf.h -> ap_config.h
-rw-r--r-- | usr.sbin/httpd/src/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/httpd.h b/usr.sbin/httpd/src/httpd.h index 33bb73cd645..919ecacfea6 100644 --- a/usr.sbin/httpd/src/httpd.h +++ b/usr.sbin/httpd/src/httpd.h @@ -56,7 +56,7 @@ /* Headers in which EVERYONE has an interest... */ -#include "conf.h" +#include "ap_config.h" #include "alloc.h" #include "buff.h" |