diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-09-02 23:10:17 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-09-02 23:11:42 +0200 |
commit | 5000469e203ada7c65073f32770491057c8233bd (patch) | |
tree | ed82a497f3e772a5844037d5dcba9b36c75176ae /libtomcrypt/headers/tomcrypt.h | |
parent | 72316eded1cc13dd8a339be92f43eeb79f252193 (diff) | |
download | cryptodev-linux-5000469e203ada7c65073f32770491057c8233bd.tar.gz cryptodev-linux-5000469e203ada7c65073f32770491057c8233bd.tar.xz cryptodev-linux-5000469e203ada7c65073f32770491057c8233bd.zip |
Use the linux kernel heapsort instead of including qsort.
Diffstat (limited to 'libtomcrypt/headers/tomcrypt.h')
-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 fdb6c8d..a9c675d 100644 --- a/libtomcrypt/headers/tomcrypt.h +++ b/libtomcrypt/headers/tomcrypt.h @@ -6,6 +6,7 @@ #include <linux/string.h> #include <linux/ctype.h> #include <linux/nls.h> +#include <linux/sort.h> /* use configuration data */ #include <tomcrypt_custom.h> |