소스 검색

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 년 전
부모
커밋
4fde501e39
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/net/80211/wpa.c

+ 1
- 0
src/net/80211/wpa.c 파일 보기

@@ -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…
취소
저장