diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1999-10-07 21:57:35 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1999-10-07 21:57:35 +0000 |
commit | f7d2e95e359c2a71defda3f3e323dcc339af0b03 (patch) | |
tree | c4b1126e7259c1ef09309b3f78b2e02838256fff /usr.sbin | |
parent | acff617a244205276576f72922842e23db269ae2 (diff) |
Fix missing includes - Thanks <Peter.Galbavy@knowledge.com>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index f28bb9b0475..eb816ec26f8 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.7 1999/10/06 20:47:58 beck Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.8 1999/10/07 21:57:34 beck Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -131,8 +131,11 @@ INCFILES= \ src/include/ap_compat.h \ src/include/ap_config.h \ src/include/ap_config_auto.h \ + src/include/ap_ctx.h \ src/include/ap_ctype.h \ + src/include/ap_hook.h \ src/include/ap_md5.h \ + src/include/ap_mm.h \ src/include/ap_mmn.h \ src/include/ap_sha1.h \ src/include/buff.h \ |