diff options
Diffstat (limited to 'src/mutex/win32_crit_section/mux_win32.cpp')
-rw-r--r-- | src/mutex/win32_crit_section/mux_win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mutex/win32_crit_section/mux_win32.cpp b/src/mutex/win32_crit_section/mux_win32.cpp index 2a967892b..fa6051798 100644 --- a/src/mutex/win32_crit_section/mux_win32.cpp +++ b/src/mutex/win32_crit_section/mux_win32.cpp @@ -6,7 +6,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/mux_win32.h> +#include <botan/internal/mux_win32.h> #include <windows.h> namespace Botan { |