diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-10-28 11:37:18 -0800 |
|---|---|---|
| committer | James Morris <jmorris@intercode.com.au> | 2002-10-28 11:37:18 -0800 |
| commit | 6fb33d8ab2695eb95a684c4b7b8be5bb5dcb4d5b (patch) | |
| tree | 2ae81a158645d58bb3e14efbf9aa04565999fd79 /include/linux/crypto.h | |
| parent | cddb2800ae6126d6121ce61556b97896bd938d54 (diff) | |
include/linux/crypto.h: Include linux/string.h
Diffstat (limited to 'include/linux/crypto.h')
| -rw-r--r-- | include/linux/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 5debc16b16ab..d67c385c60ad 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -19,6 +19,7 @@ #include <linux/module.h> #include <linux/types.h> #include <linux/list.h> +#include <linux/string.h> /* * Algorithm masks and types. |
