diff options
author | 2003-08-21 13:31:17 +0000 | |
---|---|---|
committer | 2003-08-21 13:31:17 +0000 | |
commit | 90769b974ed738b5a0d1ac5524c4f1a520569fa4 (patch) | |
tree | 9e34aece3beadcc4adb95bb0230bf06ab5a36088 | |
parent | fix (diff) | |
download | wireguard-openbsd-90769b974ed738b5a0d1ac5524c4f1a520569fa4.tar.xz wireguard-openbsd-90769b974ed738b5a0d1ac5524c4f1a520569fa4.zip |
#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" |