diff options
Diffstat (limited to 'Attic/mutex/noop_mutex/mux_noop.cpp')
-rw-r--r-- | Attic/mutex/noop_mutex/mux_noop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Attic/mutex/noop_mutex/mux_noop.cpp b/Attic/mutex/noop_mutex/mux_noop.cpp index 5c45084fe..18151274a 100644 --- a/Attic/mutex/noop_mutex/mux_noop.cpp +++ b/Attic/mutex/noop_mutex/mux_noop.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/mux_noop.h> +#include <botan/internal/mux_noop.h> namespace Botan { |