diff options
Diffstat (limited to 'doc/firststep.rst')
-rw-r--r-- | doc/firststep.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/firststep.rst b/doc/firststep.rst index f1f0de11c..8010789d6 100644 --- a/doc/firststep.rst +++ b/doc/firststep.rst @@ -9,7 +9,7 @@ a ``using`` declaration in your code. All examples will assume a All library headers are included like so:: - #include <botan/botan.h> + #include <botan/auto_rng.h> Initializing the Library ---------------------------------------- |