Skip to content

Commit

Permalink
Fixed undefined macro UNUSED in WPAD DHCP for iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Aug 1, 2023
1 parent 27dbeef commit 0937bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wpad_dhcp_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <TargetConditionals.h>

#include "net_adapter.h"
#include "util.h"

char *wpad_dhcp_adapter_mac(uint8_t bind_ip[4], net_adapter_s *adapter, int32_t timeout_sec) {
#if !TARGET_OS_IPHONE
Expand Down

0 comments on commit 0937bc9

Please sign in to comment.