diff options
| author | Michael Brown | 2012-02-21 13:25:06 +0100 |
|---|---|---|
| committer | Michael Brown | 2012-02-21 13:42:37 +0100 |
| commit | a8756182c362866e88fedca812500c24420115f8 (patch) | |
| tree | 35e39532a54f3a4783bfc675fa984596ce0f0697 /src/crypto | |
| parent | [udp] Propagate transmission errors to UDP interface users (diff) | |
| download | ipxe-a8756182c362866e88fedca812500c24420115f8.tar.gz ipxe-a8756182c362866e88fedca812500c24420115f8.tar.xz ipxe-a8756182c362866e88fedca812500c24420115f8.zip | |
[802.11] Add missing #include <string.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto')
| -rw-r--r-- | src/crypto/sha1extra.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/sha1extra.c b/src/crypto/sha1extra.c index 74445e9d1..12b29a6ac 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> |
