aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha1extra.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-02-21 12:25:06 +0000
committerMichael Brown <mcb30@ipxe.org>2012-02-21 12:42:37 +0000
commita8756182c362866e88fedca812500c24420115f8 (patch)
tree35e39532a54f3a4783bfc675fa984596ce0f0697 /src/crypto/sha1extra.c
parentbb36f3d7dc5bab4ddf7d31f2a72ff175584cb2ed (diff)
downloadipxe-a8756182c362866e88fedca812500c24420115f8.zip
ipxe-a8756182c362866e88fedca812500c24420115f8.tar.gz
ipxe-a8756182c362866e88fedca812500c24420115f8.tar.bz2
[802.11] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto/sha1extra.c')
-rw-r--r--src/crypto/sha1extra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/sha1extra.c b/src/crypto/sha1extra.c
index 74445e9..12b29a6 100644
--- a/src/crypto/sha1extra.c
+++ b/src/crypto/sha1extra.c
@@ -18,6 +18,7 @@
FILE_LICENCE ( GPL2_OR_LATER );
+#include <string.h>
#include <ipxe/crypto.h>
#include <ipxe/sha1.h>
#include <ipxe/hmac.h>