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
 #include <stdlib.h>
32
 #include <stdlib.h>
33
 #include <string.h>
33
 #include <string.h>
34
 #include <errno.h>
34
 #include <errno.h>
35
+#include <byteswap.h>
35
 
36
 
36
 /** @file
37
 /** @file
37
  *
38
  *

Loading…
Cancel
Save