Ver código fonte

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 anos atrás
pai
commit
4fde501e39
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/net/80211/wpa.c

+ 1
- 0
src/net/80211/wpa.c Ver arquivo

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
  *

Carregando…
Cancelar
Salvar