diff options
| author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-08-19 16:04:36 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-08-19 16:04:36 +0200 |
| commit | a7befd9b8fba6f6d777f7d8436154dc62f1fa652 (patch) | |
| tree | 0af1bac520b2d444682b12f48d7d430ebc454811 /libtomcrypt/headers | |
| parent | 5585282bbf8d8deb7fb2f87bf9110cfda87fb832 (diff) | |
| download | cryptodev-linux-a7befd9b8fba6f6d777f7d8436154dc62f1fa652.tar.gz cryptodev-linux-a7befd9b8fba6f6d777f7d8436154dc62f1fa652.tar.xz cryptodev-linux-a7befd9b8fba6f6d777f7d8436154dc62f1fa652.zip | |
Do not include linux headers to libtom files. This will allow easier replacement of them.
Diffstat (limited to 'libtomcrypt/headers')
| -rw-r--r-- | libtomcrypt/headers/tomcrypt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtomcrypt/headers/tomcrypt.h b/libtomcrypt/headers/tomcrypt.h index 51fe804..fdb6c8d 100644 --- a/libtomcrypt/headers/tomcrypt.h +++ b/libtomcrypt/headers/tomcrypt.h @@ -2,6 +2,7 @@ #define TOMCRYPT_H_ #include <linux/kernel.h> #include <linux/mm.h> +#include <linux/slab.h> #include <linux/string.h> #include <linux/ctype.h> #include <linux/nls.h> |
