diff options
Diffstat (limited to 'web/server/apache/service.txx')
-rw-r--r-- | web/server/apache/service.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/server/apache/service.txx b/web/server/apache/service.txx index 1b16d0b..9e1037b 100644 --- a/web/server/apache/service.txx +++ b/web/server/apache/service.txx @@ -8,7 +8,7 @@ #include <utility> // move() #include <exception> -#include <libbutl/utility.mxx> // operator<<(ostream, exception) +#include <libbutl/utility.hxx> // operator<<(ostream, exception) namespace web { |