diff options
Diffstat (limited to 'web/apache/request.cxx')
-rw-r--r-- | web/apache/request.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/apache/request.cxx b/web/apache/request.cxx index 78e0fc0..3393555 100644 --- a/web/apache/request.cxx +++ b/web/apache/request.cxx @@ -28,8 +28,8 @@ #include <streambuf> #include <algorithm> // min() -#include <libbutl/optional.hxx> -#include <libbutl/timestamp.hxx> +#include <libbutl/optional.mxx> +#include <libbutl/timestamp.mxx> #include <web/mime-url-encoding.hxx> |