summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-08-21 13:31:17 +0000
committerhenning <henning@openbsd.org>2003-08-21 13:31:17 +0000
commit90769b974ed738b5a0d1ac5524c4f1a520569fa4 (patch)
tree9e34aece3beadcc4adb95bb0230bf06ab5a36088
parentfix (diff)
downloadwireguard-openbsd-90769b974ed738b5a0d1ac5524c4f1a520569fa4.tar.xz
wireguard-openbsd-90769b974ed738b5a0d1ac5524c4f1a520569fa4.zip
#include conf.h -> ap_config.h
-rw-r--r--usr.sbin/httpd/src/httpd.h2
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"