diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-03-08 17:33:54 -0800 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-03-13 15:07:37 -0700 |
commit | d5472ec0bd8a9bb18b15a2398f429fe191070b3f (patch) | |
tree | 6fe4e3fea245fa1e8879b5d5ed95bc4031e593fc /src/conffile.c | |
parent | 376caf8f25b7f029c13432b1d88fbec5a1be375e (diff) |
Renamed file to replace underscores in it with dashes
Diffstat (limited to 'src/conffile.c')
-rw-r--r-- | src/conffile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conffile.c b/src/conffile.c index 66e4600..18f19fe 100644 --- a/src/conffile.c +++ b/src/conffile.c @@ -30,7 +30,7 @@ #include "htmlerror.h" #include "log.h" #include "reqs.h" -#include "reverse_proxy.h" +#include "reverse-proxy.h" /* * The configuration directives are defined in the structure below. Each |