diff options
author | lloyd <[email protected]> | 2006-07-01 18:35:53 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-01 18:35:53 +0000 |
commit | 8192e9fde8060c740a2e03c9d0def6e87d10b86b (patch) | |
tree | bbdb67cc75bf7e58970da8c45cfa69bda1d7c381 /modules/es_unix | |
parent | 673fbf17cebc2a4e83010cf88ac3c4a4cc4af9f2 (diff) |
Yet more conf.h -> config.h changes
Diffstat (limited to 'modules/es_unix')
-rw-r--r-- | modules/es_unix/es_unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp index 87a7bb9a7..f3dc835f9 100644 --- a/modules/es_unix/es_unix.cpp +++ b/modules/es_unix/es_unix.cpp @@ -6,7 +6,7 @@ #include <botan/es_unix.h> #include <botan/unix_cmd.h> #include <botan/parsing.h> -#include <botan/conf.h> +#include <botan/config.h> #include <algorithm> namespace Botan { |