Browse Source

[802.11] Add missing #include <byteswap.h>

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
4fde501e39
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/net/80211/wpa.c

+ 1
- 0
src/net/80211/wpa.c View File

@@ -32,6 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
32 32
 #include <stdlib.h>
33 33
 #include <string.h>
34 34
 #include <errno.h>
35
+#include <byteswap.h>
35 36
 
36 37
 /** @file
37 38
  *

Loading…
Cancel
Save