aboutsummaryrefslogtreecommitdiff
path: root/contrib/wpa/src/common/dhcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wpa/src/common/dhcp.h')
-rw-r--r--contrib/wpa/src/common/dhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wpa/src/common/dhcp.h b/contrib/wpa/src/common/dhcp.h
index ff52483b12eb..c7f0617dd928 100644
--- a/contrib/wpa/src/common/dhcp.h
+++ b/contrib/wpa/src/common/dhcp.h
@@ -57,7 +57,7 @@ struct dhcp_data {
} STRUCT_PACKED;
struct bootp_pkt {
- struct iphdr iph;
+ struct ip iph;
struct udphdr udph;
u8 op;
u8 htype;