Skip to content

Commit

Permalink
fix disable ipv4 build error on android (#15959)
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophone21 authored Mar 8, 2022
1 parent bf63b33 commit 2822511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/android/InetPlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
#pragma once

// ==================== Platform Adaptations ====================

#ifndef INET_CONFIG_ENABLE_IPV4
#define INET_CONFIG_ENABLE_IPV4 1
#endif // INET_CONFIG_ENABLE_IPV4

// ========== Platform-specific Configuration Overrides =========

Expand Down

0 comments on commit 2822511

Please sign in to comment.