diff options
author | lloyd <[email protected]> | 2009-12-23 00:13:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-23 00:13:15 +0000 |
commit | bb516498eb36ff5ddf604a6561dc73e0cccad3af (patch) | |
tree | a2b161d50068cd2713b402d062779f2f851c1ce5 /src/entropy/win32_stats/es_win32.cpp | |
parent | fa23d991608dc81452965d79c32b402595c620e7 (diff) |
Include as internal/
Diffstat (limited to 'src/entropy/win32_stats/es_win32.cpp')
-rw-r--r-- | src/entropy/win32_stats/es_win32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/win32_stats/es_win32.cpp b/src/entropy/win32_stats/es_win32.cpp index a8e9e40f5..e9f564fee 100644 --- a/src/entropy/win32_stats/es_win32.cpp +++ b/src/entropy/win32_stats/es_win32.cpp @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/es_win32.h> +#include <botan/internal/es_win32.h> #include <windows.h> #include <tlhelp32.h> |